PDA

View Full Version : How do I read Wireshark info?


xingwuchan
11-15-2012, 08:05 PM
I've downloaded wireshark and I'm trying to read the rtmp information and use it to plug into my media player to make it a channel per se but apparently I'm not doing it correctly.

Can anyone help me out?

The website is http://fancystreems.com/sabtv-dramas.php (yea, I know)

So far, wireshark has given me:

rtmp://live.wcast.tv/live
http://www.wcast.tv/embed.php?u=subtv&vw=600&vh=430
sabhqtv.stream

Can these be combined into a useful rtmp url that I can use?

Sorry to sound like a total noob but if I get the hang of one, I can manage the rest.

hasomaso
11-16-2012, 10:31 AM
rtmpdump -v -r "rtmp://cdn.livecaster.tv/live" -a "live" -f "WIN 11,5,502,110" -W "http://www.livecaster.tv/player/player.swf" -p "http://www.livecaster.tv/embed.php?u=subtv&vw=600&vh=430" -y "sabtvhq.stream" -o "output.flv"


http://img843.imageshack.us/img843/8996/unbenannt2od.png

xingwuchan
11-16-2012, 04:54 PM
Great!

And what would I have to enter if I wanted to watch this in the VLC player?

hasomaso
11-16-2012, 05:11 PM
you have post

xingwuchan
11-17-2012, 11:38 AM
Is there a single rtmp URL I can use to put into the VLC player to play?

svnpenn
11-17-2012, 09:49 PM
ffplay "rtmp://cdn.livecaster.tv/live/sabtvhq.stream pageUrl=http://livecaster.tv"

​​​​​http://i.imgur.com/NgFY3.png