Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

How to rtmpdump streamify.tv stream?

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

summitsc 05-28-2014 04:58 AM

How to rtmpdump streamify.tv stream?


 
Hi
Please give rtmpdump for this stream, I am not able to get the token.

Code:

http://www.blacktvlive.com/colors.html

peterpan 05-28-2014 08:02 AM

Re: How to rtmpdump streamify.tv stream?


 
Use the latest rtmpdump (streamify fix)... http://www.mediafire.com/?x4cvp5hl4m9xr#fd1bvn9gy29td --courtesy of KSV & RP

Code:

rtmpdump -r "rtmp://149.255.37.163/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.streamify.tv/resources/scripts/eplayer.swf" -p "http://www.streamify.tv/embedplayer/colorstvhd/1/600/430" -C S:OK --live -y "colorstvhd?id=3810" -o "2014-05-28_07-00-07_colorstvhd.flv"

summitsc 05-28-2014 08:39 AM

Re: How to rtmpdump streamify.tv stream?


 
I am using Ubuntu 14.04 and getting this error.

Code:

rtmpdump: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory
Please send me DIRECT LINK to that rtmpdump. Thanks.

gajm 05-29-2014 10:18 AM

Re: How to rtmpdump streamify.tv stream?


 
Quote:

Originally Posted by summitsc (Post 67911)
I am using Ubuntu 14.04 and getting this error.

Code:

rtmpdump: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory
Please send me DIRECT LINK to that rtmpdump. Thanks.

Something went wrong installing the new version of rtmpdump. The soname changed recently from so.0 to so.1. You're probably still pointing to the old one...

Try to check the shared objects with this command:
Code:

ldd `which rtmpdump`
Eventually, to try out the compiled binaries, without installing, you can use something like this:
Code:

LD_PRELOAD=/path-to-KSV-rtmpdump/librtmp.so.1 path-to-KSV-rtmpdump/rtmpdump <rtmpdump_parameters>
Cheers

summitsc 05-29-2014 12:08 PM

Re: How to rtmpdump streamify.tv stream?


 
I am getting this error now with this comamnd:

LD_PRELOAD=/path-to-KSV-rtmpdump/librtmp.so.1 path-to-KSV-rtmpdump/rtmpdump <rtmpdump_parameters>

rtmpdump: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

gajm 05-29-2014 04:44 PM

Re: How to rtmpdump streamify.tv stream?


 
Quote:

Originally Posted by summitsc (Post 67942)
I am getting this error now with this comamnd:

LD_PRELOAD=/path-to-KSV-rtmpdump/librtmp.so.1 path-to-KSV-rtmpdump/rtmpdump <rtmpdump_parameters>

rtmpdump: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Don't use downloaded versions compiled from someone else, try to compile it on your machine.
http://stream-recorder.com/forum/sho...90&postcount=1

Cheers and good luck ;)

P.S. Do not forget to include this:
http://stream-recorder.com/forum/sho...&postcount=202

summitsc 06-03-2014 07:26 AM

Re: How to rtmpdump streamify.tv stream?


 
No Luck. Please help me to get rtmpdump for the stream.

http://www.blacktvlive.com/colors.html


All times are GMT -6. The time now is 06:16 PM.