Thread: help
View Single Post
  #3  
Old 11-14-2014, 03:14 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: help


Hi,

so rtmpdump gives you already all 3 links...
Code:
rtmpdump -r "rtmp://us1.uvlog.com/uvlog_video/3164" -a "uvlog_video/3164" -f "WIN 14,0,0,179" -W "http://www.uvlog.com/broadView.swf" -p "http://www.uvlog.com/channel/view/no_onetv_arabicmovies-3164" -C S:3164 -C S:N/A -C S:Anonymous_4460 -C S:viewer -C S: -C S:99999 -C S:true -C S:1416001291177545466770b63399372722343 -y "stream" -o "2014-11-14_10-41-42_stream.flv"
rtmpdump -r "rtmp://chat.uvlog.com/chat_t/3164C" -a "chat_t/3164C" -f "WIN 14,0,0,179" -W "http://www.uvlog.com/broadView.swf" -p "http://www.uvlog.com/channel/view/no_onetv_arabicmovies-3164" -C S:3164C -C S:N/A -C S:Anonymous_4460 -C S:viewer -C S: -C Z: -C S:true -C S:1416001291177545466770b63399372722343 -y "stream" -o "2014-11-14_10-41-42_stream.flv"
rtmpdump -r "rtmp://us1.uvlog.com/uvlog_preview/3164" -a "uvlog_preview/3164" -f "WIN 14,0,0,179" -W "http://www.uvlog.com/preview.swf" -p "http://www.uvlog.com/channel/view/no_onetv_arabicmovies-3164" -C S:3164 -C S:preview -C S: -C S: -C S: -C S:uId4303 -C S:mp4:nooneTV-1415145411045.f4v -y "uId4303" -o "2014-11-14_10-42-03_uId4303.flv"
So if you want to see the same stream as in browser then you have to choose this one...
Code:
rtmpdump -v -r "rtmp://us1.uvlog.com/uvlog_video/3164" -a "uvlog_video/3164" -f "WIN 14,0,0,179" -W "http://www.uvlog.com/broadView.swf" -p "http://www.uvlog.com/channel/view/no_onetv_arabicmovies-3164" -C S:3164 -C S:N/A -C S:Anonymous_7695 -C S:viewer -C S: -C S:99999 -C S:true -C S:1416002388879454667b54d8ad0310663085 -y "stream" | "player" -

RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Wed Nov 12 03:10:27 2014
INFO:   videodevice             XSplitBroadcaster
INFO:   framerate               25.00
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   videocodecid            avc1
INFO:   avclevel                31.00
INFO:   avcprofile              100.00
INFO:   videodatarate           390.62
INFO:   videokeyframe_frequency 0.00
INFO:   audiodevice             VHAudioCustom
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        100.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           93.75
INFO:   bufferSize              1000k
INFO:   maxBitrate              1000k
INFO:   xsplitBroadcasterVersion1.3.0.238
INFO:   xsplitCoreVersion       1.3.1403.1202 Version 1.3
INFO:   xsplitGameSourceVersion 1.1.1.117
INFO:   xsplitMediaLibVersion   2.0.0.324
INFO:   pluginName              CustomRTMP
INFO:   pluginVersion           1.3.1405.2901
1088.604 kB / 1.07 sec
So the playpath is "stream" and the other used playpath of filename "mp4:nooneTV-1415145411045.f4v" is from a other videofile not of the stream.

greetz
Reply With Quote