Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

Seeon.tv - How can I get this rtmp stream to play on VLC?

(http://stream-recorder.com/forum/showthread.php?t=9525)

kiko_aams 07-07-2011 09:17 AM

Seeon.tv - How can I get this rtmp stream to play on VLC?


 
Hi, I'm new here and i want to get the rtmp of this stream to put it on VLC and play there.
The stream: _http://www.seeon.tv/view/14453/MSNBC_News
I tried Wireshark, URL Snooper, rtmpdump but i couldnt get it.

Thanks in advance.

Stream Recorder 07-07-2011 11:54 AM

Re: Seeon.tv - How can I get this rtmp stream to play on VLC?


 
How to watch RTMP stream in VLC using rtmpdump

kiko_aams 07-09-2011 06:31 PM

rtmpdump problem playing live10.seeon.tv in VLC


 
With this rtmp: rtmp://live10.seeon.tv/edge/aapzyu5sxqaxw5b swfUrl=http://cdn.static.seeon.tv/jwplayer/player.swf pageUrl=http://www.seeon.tv/view/12840/Fox_Soccer_Channel tcUrl=rtmp://live10.seeon.tv/edge

How i make it work to play on VLC?
thanks in advance

evol 07-13-2011 01:56 PM

Re: rtmpdump problem playing live10.seeon.tv in VLC


 
Quote:

Originally Posted by kiko_aams (Post 30832)
With this rtmp: rtmp://live10.seeon.tv/edge/aapzyu5sxqaxw5b swfUrl=http://cdn.static.seeon.tv/jwplayer/player.swf pageUrl=http://www.seeon.tv/view/12840/Fox_Soccer_Channel tcUrl=rtmp://live10.seeon.tv/edge

How i make it work to play on VLC?
thanks in advance

Easy mate like this
Code:

rtmpdump.exe -v -r rtmp://live10.seeon.tv/edge/aapzyu5sxqaxw5b -W http://www.seeon.tv/jwplayer/player.swf -p http://www.seeon.tv/view/12840 | C:\Program Files\VideoLAN\VLC\vlc.exe -

WrathofGod 07-31-2011 10:06 AM

rtmpdump help playing live10.seeon.tv in VLC


 
This is what I have for my code, but it seems to force me to download the flv I just want to stream it. Even though VLC opens it doesn't stream it. :/ Any help would be awesome!

Code:

rtmpdump.exe -v -r rtmp://live10.seeon.tv/edge/vd
oycrdqyxtmac5 -W http://www.seeon.tv/jwplayer/player.swf -p http://www.seeon.tv/
view/10007 -o stdout | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"


evol 07-31-2011 10:23 AM

Re: rtmpdump help playing live10.seeon.tv in VLC


 
Like this
Code:

rtmpdump -v -r rtmp://live10.seeon.tv/edge/vdoycrdqyxtmac5 -W http://www.seeon.tv/jwplayer/player.swf -p http://www.seeon.tv/view/10007 | C:\Program Files (x86)\VideoLAN\VLC\vlc -

WrathofGod 07-31-2011 11:42 AM

Re: rtmpdump help playing live10.seeon.tv in VLC


 
Wow.. so I wasn't far off I needed to type the - at the end?


All times are GMT -6. The time now is 02:49 AM.