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
  #11  
Old 02-26-2013, 03:47 AM
pwish pwish is offline
Junior Member
 
Join Date: Apr 2012
Posts: 4
pwish is on a distinguished road
Default

Re: Help with LiveFlash.tv


Hi KSV,

Quote:
Originally Posted by KSV View Post
i have re-uploaded the patch with even more simpler syntax. check out the new version.

Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip
Do you have files for Linux please?
Reply With Quote
  #12  
Old 02-26-2013, 05:35 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Help with LiveFlash.tv


Quote:
Originally Posted by pwish View Post
Do you have files for Linux please?
just look in the package. it contains a patch file for compilation on other systems.

Compiling with Patch for other systems:

assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution.

1. clone the repository
Code:
git clone git://git.ffmpeg.org/rtmpdump
2. copy patch from package to rtmpdump directory and apply it
Code:
patch -p0 -i Patch.diff
3. then just compile and install normally
Code:
make
sudo make install prefix=/usr
Mac users should add SYS=darwin while compiling. you can also add XLDFLAGS="-s -static" to statically link and strip the resulting binary.
Reply With Quote
  #13  
Old 02-26-2013, 06:04 AM
pwish pwish is offline
Junior Member
 
Join Date: Apr 2012
Posts: 4
pwish is on a distinguished road
Default

Re: Help with LiveFlash.tv


Quote:
Originally Posted by KSV View Post
just look in the package. it contains a patch file for compilation on other systems.

Compiling with Patch for other systems:

assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution.

1. clone the repository
Code:
git clone git://git.ffmpeg.org/rtmpdump
2. copy patch from package to rtmpdump directory and apply it
Code:
patch -p0 -i Patch.diff
3. then just compile and install normally
Code:
make
sudo make install prefix=/usr
Mac users should add SYS=darwin while compiling. you can also add XLDFLAGS="-s -static" to statically link and strip the resulting binary.
Thank you so much KSV.
It s work. I didnt know how to apply a patch.
Reply With Quote
  #14  
Old 02-26-2013, 07:15 AM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

Re: [mips.tv and clones] need help to get working rtmp


thanx for help KSV , unfortunatly the trick in ur string didnt work with liveflash the one posted (sportTV1) , but it works fine with mips.tv & ucaster of coarse using rtmpdump patched 2.4 downloaded from mediafire.com , still strugling to let this works with simpletv & my enigma2 linux plugin in my linux setop box , @ pwish can u kindly send the patched one for linux ? , thanx u all guys for help
Reply With Quote
  #15  
Old 02-26-2013, 08:16 AM
pwish pwish is offline
Junior Member
 
Join Date: Apr 2012
Posts: 4
pwish is on a distinguished road
Cool

Re: [mips.tv and clones] need help to get working rtmp


Quote:
Originally Posted by freez View Post
thanx for help KSV , unfortunatly the trick in ur string didnt work with liveflash the one posted (sportTV1) , but it works fine with mips.tv & ucaster of coarse using rtmpdump patched 2.4 downloaded from mediafire.com , still strugling to let this works with simpletv & my enigma2 linux plugin in my linux setop box , @ pwish can u kindly send the patched one for linux ? , thanx u all guys for help
HI,

I downloaded from here .
Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip
Patch.diff is inside the rtmpdump folder. after that follow KSV's step.
first remove your current version.
Code:
sudo apt-get remove rtmpdump
then follow his steps.

Last edited by KSV : 02-26-2013 at 09:01 AM. Reason: use code tags
Reply With Quote
  #16  
Old 02-26-2013, 09:05 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: [mips.tv and clones] need help to get working rtmp


Quote:
Originally Posted by freez View Post
unfortunatly the trick in ur string didnt work with liveflash the one posted (sportTV1)
it's working fine with liveflash.tv.

Code:
rtmpdump -r rtmp://174.36.146.69/stream -y "nn198?id=84238" -W http://www.liveflash.tv/resources/scripts/eplayer.swf -p "http://www.liveflash.tv/embedplayer/nn198/1/650/500" --live -C S:OK -o Test.flv
Code:
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname            Custom
INFO:   creationdate          Tue Feb 26 11:39:38 2013
INFO:   videodevice           XSplitBroadcaster
INFO:   framerate             25.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   avclevel              30.00
INFO:   avcprofile            100.00
INFO:   videodatarate         390.62
INFO:   videokeyframe_frequency0.12
INFO:   audiodevice           VHAudioCustom
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      100.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         62.50
INFO:   bufferSize            600k
INFO:   maxBitrate            600k
INFO:   xsplitBroadcasterVersion1.3.0.47
INFO:   xsplitCoreVersion     1.1.1209.0601 Version 1.1
INFO:   xsplitGameSourceVersion1.1.1.8
INFO:   xsplitMediaLibVersion 2.0.0.143
423.239 kB / 7.41 sec
Reply With Quote
  #17  
Old 02-26-2013, 09:37 AM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: [mips.tv and clones] need help to get working rtmp


Hi KSV,

Do you think is worthy to add an option like "--dummy-command kaskatija" instead of hardcoding it?

Maybe eventually they will change command names.


Thanks for your work
Reply With Quote
  #18  
Old 02-26-2013, 10:49 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: [mips.tv and clones] need help to get working rtmp


Quote:
Originally Posted by gorilla.maguila View Post
Maybe eventually they will change command names.
yeah they can change it whenever they want.

Quote:
Originally Posted by gorilla.maguila View Post
Do you think is worthy to add an option like "--dummy-command kaskatija" instead of hardcoding it?
well i thought about adding an option like -C which lets you encode custom objects through command line but not many servers use such single command trick. normally there is other rtmp chit chat involved requiring custom support for those sites so i didn't bothered adding new option.
Reply With Quote
  #19  
Old 02-26-2013, 04:45 PM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

Re: Help with LiveFlash.tv


Hi all and sorry because I´m spanish and my english is litle

Quote:
Originally Posted by freez View Post
hi m8s , i am facing a trouble when i run the rtmp string on vlc tha has been extracted by rtmp sniffer programs fro mips.tv server , i am getting full info & when i try to run thr rtmp it shows rtmp error , then i tried to add a string -C "S:OK" will run without error but it is keeping connected without any video running !!!!!! , maybe certain string or code to let the video run , please help , here is the problem:



Code:
 X     connect ??       app live flashVer WIN 11,3,300,257 swfUrl *http://mips.tv/content/scripts/eplayer.swf tcUrl rtmp?://206.190.128.108/live fpad  capabilities @m?      audioCodecs @«î      videoCodecs @o€      
videoFunction ??       page?Url 1http://mips.tv/embedplayer/aflam4youfff/1/600/380 objectEncoding @        	 OK
same info by other programe:

Code:
URL: rtmp://198.105.209.116:1935/live <playpath>EFEDFzddac?id=149861 <swfUrl>http://mips.tv/content/scripts/eplayer.swf <pageUrl>http://aflam4you.tv/channel/50-MBC Action.html <objectEncoding>
here is the site

http://aflam4you.tv/channel/50-MBC%20Action.html
In ucaster, if I change this: -C S:OK for this: conn=S:OK its work good


Quote:
Originally Posted by KSV View Post
i have re-uploaded the patch with even more simpler syntax. check out the new version.

Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip
Hi KSV

I always use RTMPDumpHelper for capture rtmp, and then I change the rtmp in this page for use in this software SimpleTV:
Code:
http://plst.agilityhoster.com/en/rtmp.html
I download your patch and replace it in the folder of RTMPDumpHelper, but the rtmp from LiveFlash don´t works:

For example I capture this channel from this web:
Code:
http://www.futbolonline.biz/gol-tv-online/
and the capture is this:
Code:
rtmpdump -r "rtmp://198.105.209.124/stream" -a "stream" -f "WIN 11,6,602,168" -W "http://www.liveflash.tv/resources/scripts/eplayer.swf" -p "http://www.liveflash.tv/embedplayer/topogol1/1/645/395" -C S:OK --live -y "topogol1?id=82820" -o "topogol1.flv"
After I put the rtmp in this web for change it:
Code:
http://plst.agilityhoster.com/en/rtmp.html
And the result is this. ....but don´t works in SimpleTV:
Code:
rtmp://$OPT:rtmp-raw=rtmp://198.105.209.124/stream playpath=topogol1?id=82820 swfUrl=http://www.liveflash.tv/resources/scripts/eplayer.swf live=1 pageUrl=http://www.liveflash.tv/embedplayer/topogol1/1/645/395 conn=S:OK --live
I can´t see mips.tv and LiveFlash.tv
Reply With Quote
  #20  
Old 02-26-2013, 05:55 PM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Cool

Re: [mips.tv and clones] need help to get working rtmp


thanx for info KSV , yes liveflash is working ok now , could u be so kindly please & help me with applying ur patch on the 2 attached files , these r files using them on my linux set top box enigma2 , also i would like to mention that i am not using linux pc , my pc is windows7 & i am not able to do patching , please help & many thanx
Attached Files
File Type: zip rtmpgw.zip (11.8 KB, 0 views)
File Type: zip rtmpdump.zip (69.0 KB, 0 views)
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 12:24 PM.


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