Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-14-2014, 07:35 AM
mkz1978 mkz1978 is offline
Member
 
Join Date: Nov 2014
Posts: 45
mkz1978 is on a distinguished road
Default

help


i have problem with this :
Code:
rtmpdump -r "rtmp://us1.uvlog.com/uvlog_video/3164" -a "uvlog_video/3164" -f "WIN 15,0,0,189" -W "http://www.uvlog.com/embed.swf" -p "http://www.uvlog.com/embed/3164/650/370/FALSE/true/false/FALSE/freetv247.com" -C S:3164 -C S: -C S: -C S:embed -C S: -C S:450000 -C S: -C S:1415961933372635465dd4d01779151375812 -y "stream" -o "2014-11-14_11-45-39_stream.flv"
with conn
dont work

Last edited by mkz1978 : 11-14-2014 at 08:16 AM.
Reply With Quote
  #2  
Old 11-14-2014, 01:46 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: help


Code:
rtmpdump -r "rtmp://us1.uvlog.com/uvlog_preview/3164" -a "uvlog_preview/3164" -f "WIN 14,0,0,145" -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:uId9033 -C S:mp4:nooneTV-1415145411045.f4v -y "mp4:nooneTV-1415145411045.f4v"
Reply With Quote
  #3  
Old 11-14-2014, 04: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
  #4  
Old 11-14-2014, 04:44 PM
mkz1978 mkz1978 is offline
Member
 
Join Date: Nov 2014
Posts: 45
mkz1978 is on a distinguished road
Default

Re: help


thanks a lot
i m a newbie
can you please tell me the url is to write
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:08 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons