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

Janjua.tv rtmpdump

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

summitsc 09-22-2014 06:40 AM

Janjua.tv rtmpdump


 
Hi
I am unable to rtmpdump janjua streams now, previously they worked fine.
Please check and give rtmpdump for this.
http://malosotv.com/2013/07/mtv-en-v...-internet.html
Thanks

peterpan 09-22-2014 07:03 AM

Re: Janjua.tv rtmpdump


 
Just make sure you're using the latest rtmpdump...

Code:

rtmpdump -r "rtmp://46.28.48.116/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/mtv2016/1/620/385" -C S:OK --live -y "mtv2016?id=14102" -o "2014-09-22_05-57-30_mtv2016.flv"

alsersawy 09-22-2014 09:56 AM

Re: Janjua.tv rtmpdump


 
Quote:

Originally Posted by summitsc (Post 70842)
Hi
I am unable to rtmpdump janjua streams now, previously they worked fine.
Please check and give rtmpdump for this.
http://malosotv.com/2013/07/mtv-en-v...-internet.html
Thanks

use this link

Code:

rtmpdump -r "rtmp://185.2.137.180/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/mtv2016/1/620/385" -C S:OK --live -y "mtv2016?id=14102" -K "soLagaDaSeStoriAga;TRUE" -o "mtv2016.flv"
with this rtmpdump

http://www.mediafire.com/download/xu...d/rtmpdump.exe

jb721 03-27-2015 11:43 AM

Re: Janjua.tv rtmpdump


 
I'm trying to rtmpdump this: http://www.zahipedia.net/2009/07/01/...ews-live-free/

I tried rtmpsrv and rtmpsuck and couldn't get any results. (I did set an iptables rule first)

In wireshark I found what I think I need. My command:
Code:

rtmpdump -r "rtmp://91.109.247.158/live" -a "live" -f "LNX 17,0,0,134" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/foxnews440/1/600/400" -C S:OK --live -y "foxnews440?id=34933" -o "test.flv"
How do I find the right rtmpdump parameters if rtmpsuck and rtmpsrv don't display any results?

hasomaso 03-27-2015 12:19 PM

Re: Janjua.tv rtmpdump


 
@jb721

rtmpdumphelper has generated correctly but you need also the -K option with parameter in your code

Code:

-K "soLagaDaSeStoriAga;TRUE;TRUE"
How to find -K parameters read HERE


Code:

rtmpdump -v -r "rtmp://185.2.137.180/live" -a "live" -f "LNX 17,0,0,134" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/foxnews440/1/600/400" -C S:OK -y "foxnews440?id=34933" -K "soLagaDaSeStoriAga;TRUE;TRUE" -o "output.flv"
Code:

RTMPDump v2.4 GIT-2015-01-15 (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            Thu Mar 26 22:35:21 2015
INFO:  videodevice            Conexant Polaris Video Capture
INFO:  framerate              20.00
INFO:  width                  450.00
INFO:  height                  254.00
INFO:  videocodecid            avc1
INFO:  videodatarate          300.00
INFO:  avclevel                31.00
INFO:  avcprofile              66.00
INFO:  videokeyframe_frequency 5.00
INFO:  audiodevice            Conexant Polaris Video Capture
INFO:  audiosamplerate        44100.00
INFO:  audiochannels          2.00
INFO:  audioinputvolume        75.00
INFO:  audiocodecid            .mp3
INFO:  audiodatarate          96.00
151.725 kB / 3.83 sec


jb721 03-27-2015 01:06 PM

Re: Janjua.tv rtmpdump


 
How do I get rtmpdump compiled by KSV for Ubuntu/linux? I can't use the -K option

biezom 03-27-2015 09:05 PM

Re: Janjua.tv rtmpdump


 
hi you need compile the last release

Code:

http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html

jb721 03-28-2015 02:21 PM

Re: Janjua.tv rtmpdump


 
Quote:

Originally Posted by biezom (Post 75219)
hi you need compile the last release

Code:

http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html

Thank you. That worked on my laptop.

Is there any reason why this wouldn't work on Ubuntu Server 14.10? It stops after INFO: Connected... on my server. Is there some other missing dependency perhaps? Thanks again

jb721 03-28-2015 05:39 PM

Re: Janjua.tv rtmpdump


 
I installed pepperflashplugin-nonfree on the server and it started working.


All times are GMT -6. The time now is 05:25 PM.