Please select Into the mobile phone version | Continue to access the computer ver.
custom rtmp live streaming
19294 7 2017-8-15
Uploading and Loding Picture ...(0/1)
o(^-^)o
srinathsam
lvl.1

India
Offline

Iam working custom app also bought mavic pro drone recently ,please suggest me how to broadcast live stream from drone to rtmp media server. How to convert input stream and flush into rtmp socket
2017-8-15
Use props
Nazar78
lvl.4
Flight distance : 5106037 ft
Singapore
Offline

See here, good stuffs: https://forum.dji.com/forum.php? ... amp;fromuid=1006609
2017-8-15
Use props
DJI Susan
Administrator
Offline

Please consider 2# suggestion and have a try.
2017-8-19
Use props
Tege
New
Flight distance : 119091 ft
Finland
Offline

Is twitch support coming?
2017-8-20
Use props
JinxTheRabbit
lvl.1
United States
Offline

If you have Docker installed, you can simply run

docker run -d -p 1935:1935 --name nginx-rtmp tiangolo/nginx-rtmp

You can find more information on that container here: https://github.com/tiangolo/nginx-rtmp-docker

Then in DJI GO 4, use rtmp://<ip address>/live
Be sure to substitute the IP address of your computer running docker for <ip address>.

To view, you can open VLC and go to Media->Open Network Stream... and enter rtmp://<ip address>/live

It is that easy.
2017-12-29
Use props
ROCC
lvl.1
Flight distance : 18445 ft
Jordan
Offline

JinxTheRabbit Posted at 2017-12-29 13:03
If you have Docker installed, you can simply run

docker run -d -p 1935:1935 --name nginx-rtmp tiangolo/nginx-rtmp

Hi,
Im using wowza as my server. When streaming to custom RTMP, the video is so jerky.
I think the issue is from that app. I have the remote with screen attached. Is there any guides that you can give me to have better view quality?
2018-3-14
Use props
Martin Fossland
New

Norway
Offline

JinxTheRabbit Posted at 2017-12-29 13:03
If you have Docker installed, you can simply run

docker run -d -p 1935:1935 --name nginx-rtmp tiangolo/nginx-rtmp

Hi, I had success with this one the first time after installation :-)

Then I restarted my computer, and the Ubuntu Terminal responds with this: "The container name "/nginx-rtmp" is already in use" when I typed the command-line you wrote.

Is there another command to restart the rtmp-container after first time installation?
2018-7-24
Use props
Jimis.M
lvl.3
Flight distance : 754705 ft
Greece
Offline

Martin Fossland Posted at 2018-7-24 13:25
Hi, I had success with this one the first time after installation :-)

Then I restarted my computer, and the Ubuntu Terminal responds with this: "The container name "/nginx-rtmp" is already in use" when I typed the command-line you wrote.

It means that is already running but if you want to run again just give a different name after --name --name nginx-rtmp
Try to run something like that:

docker run -d -p 1935:1935 --name nginx-rtmp2 tiangolo/nginx-rtmp
2018-9-30
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules