[rtmpgw] - video starts to play only when I stop rtmpgwHi everyone.
I'd like to receive video stream from that camera: http://www.centrettc.ru/cam3-stream-jw/ or direct link http://www.centrettc.ru/pub/jwp/play....94.30/rtplive So, I start rtmpgw: Code:
rtmpgw -r "rtmp://62.33.94.30/rtplive/cam3-pf1.stream" -t "rtmp://62.33.94.30/rtplive/cam3-pf1.stream" -s "http://www.centrettc.ru/pub/jwp/player.swf" -p "http://www.centrettc.ru/cam3-stream-jw/" -g 81 Code:
260.394 KB / 10.22 sec Then, after 3-4 minutes, vlc stops and rtmp writes something like that: Quote:
|
Re: [rtmpgw] - video starts to play only when I stop rtmpgwuse Mplayer;)
Code:
rtmpdump -r "rtmp://62.33.94.30/rtplive" -a "rtplive" -f "WIN 10,3,183,10" -W "http://www.centrettc.ru/pub/jwp/player.swf" -p "http://www.centrettc.ru/cam3-stream-jw/" --live -y "cam3-pf2.stream" | "C:\PROGRA~1\MPlayer\mplayer.exe" - -cache 8192 -framedrop |
Re: [rtmpgw] - video starts to play only when I stop rtmpgwI know how to dump it and how to play it with mplayer ;-)
I don't understand, why rtmpgw doesn't work. |
Re: [rtmpgw] - video starts to play only when I stop rtmpgwit's not rtmpgw's fault. open the url 127.0.0.1:81 in your browser and it will start saving data normally. it means rtmpgw is sending back data as intended but player is choking on that particular stream. even when you try to pipe through rtmpdump player shows exactly same behavior.
|
Re: [rtmpgw] - video starts to play only when I stop rtmpgwOk. Here's another example
Source: Run rtmpgw as Quote:
|
Re: [rtmpgw] - video starts to play only when I stop rtmpgwQuote:
Quote:
|
All times are GMT -6. The time now is 10:21 PM. |