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)
-   -  

playing jib.tv inside mpc vlc etc.

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

anonekku 02-14-2012 07:39 PM

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.

chap 02-15-2012 12:14 AM

Re: playing jib.tv inside mpc vlc etc.


 
Quote:

Originally Posted by anonekku (Post 40136)
so it doesn't work.
how can i watch jib.tv inside a media player?
thank you.

forgot to specify "-y,"-a"
Code:

rtmpdump -r "rtmpe://live-stream01.jibtv.com/2058DF/_definst_/" -a "2058DF/_definst_/" -f "WIN 11,1,102,55" -W "http://www.jibtv.com/player/livePlayer.swf" -p "http://www.jibtv.com/onair/oa_about.html?n=0" -y "jib-live-high" -v | "C:\Program Files\VideoLAN\VLC\vlc.exe" -


All times are GMT -6. The time now is 07:52 PM.