View Single Post
  #1  
Old 02-14-2012, 07:39 PM
anonekku anonekku is offline
Junior Member
 
Join Date: Jul 2011
Posts: 3
anonekku is on a distinguished road
Default

playing jib.tv inside mpc vlc etc.


jib.tv stopped streaming with microsoft silverlight.
now they use flash so can watch it inside media players.
here are the links;

http://www.jibtv.com/
http://www.jibtv.com/onair/oa_about.html?n=0
http://www.jibtv.com/player/livePlayer.swf

so i used url snooper and got these links;

http://www.jibtv.com/player/livePlayer.swf

rtmpe://live-stream01.jibtv.com/2058DF/_definst_
rtmpe://live-stream02.jibtv.com/2058DF/_definst_/jib-live-high_bk jib-live-lowjib-live-low_bk

copied it from url snooper,
and it has alot of weird characters in it.
did this command in rtmp dump;

Code:
"C:\rtmpdump.exe" -v -r "rtmpe://live-stream01.jibtv.com/2058DF/_definst_" -W "http://www.jibtv.com/player/livePlayer.swf" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
and this is the result;

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>cd ..

C:\Documents and Settings>cd ..

C:\>"C:\rtmpdump.exe" -v -r "rtmpe://live-stream01.jibtv.com/2058DF/_definst_" -
W "http://www.jibtv.com/player/livePlayer.swf" | "C:\Program Files\VideoLAN\VLC\
vlc.exe" -
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Starting Live Stream
so it doesn't work.
how can i watch jib.tv inside a media player?
thank you.
Reply With Quote