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 04-18-2013, 06:01 PM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

@KSV add ezcast.tv


@KSV

Please add support for ezcast.tv:

Code:
else if (strstr(pageUrl, "ezcast.tv"))
{
      SendCommand(r, "jaSakamCarevataKerka", TRUE);
      RTMP_SendCreateStream(r);
}
Test here:

http://pontucanal.es/channel.php?id=16&iframe=true
Reply With Quote
  #2  
Old 04-18-2013, 06:12 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: @KSV add ezcast.tv


Code:
rtmpdump -r "rtmp://64.191.80.10/live" -a "live" -f "WIN 11,7,700,169" -W "http://www.ezcast.tv/static/scripts/eplayer.swf" -p "http://www.ezcast.tv/embedded/xtrem/1/650/400" -C S:OK --live -y "xtrem?id=390" | vlc -

RTMPDump v2.4 GIT-2012-12-30 (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...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Apr 14 17:18:31 2013
INFO:   videodevice             VHScrCap
INFO:   framerate               20.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           450.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Realtek HD Audio Input
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        46.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           96.00
304.004 kB / 5.87 sec
ERROR: Download: Failed writing, exiting!
Reply With Quote
  #3  
Old 04-18-2013, 06:14 PM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: @KSV add ezcast.tv


Quote:
Originally Posted by karlo2105 View Post
Code:
rtmpdump -r "rtmp://64.191.80.10/live" -a "live" -f "WIN 11,7,700,169" -W "http://www.ezcast.tv/static/scripts/eplayer.swf" -p "http://www.ezcast.tv/embedded/xtrem/1/650/400" -C S:OK --live -y "xtrem?id=390" | vlc -

RTMPDump v2.4 GIT-2012-12-30 (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...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Apr 14 17:18:31 2013
INFO:   videodevice             VHScrCap
INFO:   framerate               20.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           450.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Realtek HD Audio Input
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        46.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           96.00
304.004 kB / 5.87 sec
ERROR: Download: Failed writing, exiting!
Have you recompiled adding above code?
Reply With Quote
  #4  
Old 04-19-2013, 06:30 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: @KSV add ezcast.tv


I didn't recompile anything. I only captured stream with rtmpdumphelper and put address there.
Reply With Quote
  #5  
Old 04-19-2013, 06:46 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: @KSV add ezcast.tv


Code:
rtmpdump -v -r "rtmp://109.201.135.2/live" -a "live" -f "WIN 11,7,700,169" -W "http://www.ezcast.tv/static/scripts/eplayer.swf" -p "http://www.ezcast.tv/embedded/xtrem/1/650/400" -C S:OK -y "xtrem?id=390" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2012-12-30 (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...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Apr 14 17:18:31 2013
INFO:   videodevice             VHScrCap
INFO:   framerate               20.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           450.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Realtek HD Audio Input
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        46.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           96.00

0.607 kB / 0.00 sec
69.812 kB / 1.46 sec
240.831 kB / 4.93 sec

Reply With Quote
  #6  
Old 04-19-2013, 10:27 AM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: @KSV add ezcast.tv


Quote:
Originally Posted by karlo2105 View Post
I didn't recompile anything. I only captured stream with rtmpdumphelper and put address there.
OK my mistake then.

But it's weird cos if you capture the data and then see it with wireshark for example, you will see that it's sending an extra command "jaSakamCarevataKerka" like in mips, ucaster ...etc
Reply With Quote
  #7  
Old 04-23-2013, 12:26 PM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Thumbs up

Re: @KSV add ezcast.tv


working ok with latest KSV file , same reply from mips,ucaster & liveflash server, good work @KSV
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 10:04 AM.


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