Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
[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:
|
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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.
|
#5
|
|||
|
|||
Re: [rtmpgw] - video starts to play only when I stop rtmpgwOk. Here's another example
Source: Run rtmpgw as Quote:
|
#6
|
|||
|
|||
Re: [rtmpgw] - video starts to play only when I stop rtmpgwQuote:
Quote:
|
#7
|
|||
|
|||
Re: [rtmpgw] - video starts to play only when I stop rtmpgwdo not know, maybe I was wrong code - but it works
use mplayer(try cache8192,framedrop) Code:
rtmpgw -r "rtmp://62.33.94.30/rtplive" -a "rtplive" -W "http://www.centrettc.ru/pub/jwp/player.swf" -p "http://www.centrettc.ru/cam3-stream-jw/" --live -y "cam3-pf2.stream" -g 81 | ping -n 1 -w 100 192.168.254.254 >nul | "C:\PROGRA~1\MPlayer\mplayer.exe" - http://127.0.0.1:81 use vlc(try cache 30000ms - 50000ms) Code:
rtmpgw -r "rtmp://62.33.94.30/rtplive" -a "rtplive" -W "http://www.centrettc.ru/pub/jwp/player.swf" -p "http://www.centrettc.ru/cam3-stream-jw/" -v -y "cam3-pf2.stream" -g 81 | ping -n 1 -w 100 192.168.254.254 >nul | "C:\PROGRA~1\VideoLAN\VLC\vlc.exe" - http://127.0.0.1:81 Last edited by chap : 01-19-2012 at 03:00 AM. |
Tags: rtmpgw |
Thread Tools | |
Display Modes | |
|
|