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 09-22-2014, 07:40 AM
summitsc summitsc is offline
Member
 
Join Date: May 2014
Posts: 45
summitsc is on a distinguished road
Default

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
Reply With Quote
  #2  
Old 09-22-2014, 08:03 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

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"
Reply With Quote
  #3  
Old 09-22-2014, 10:56 AM
alsersawy alsersawy is offline
Senior Member
 
Join Date: Jul 2014
Posts: 128
alsersawy is on a distinguished road
Default

Re: Janjua.tv rtmpdump


Quote:
Originally Posted by summitsc View Post
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
Reply With Quote
  #4  
Old 03-27-2015, 12:43 PM
jb721 jb721 is offline
Junior Member
 
Join Date: Mar 2015
Posts: 6
jb721 is on a distinguished road
Default

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?
Reply With Quote
  #5  
Old 03-27-2015, 01:19 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

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
Reply With Quote
  #6  
Old 03-27-2015, 02:06 PM
jb721 jb721 is offline
Junior Member
 
Join Date: Mar 2015
Posts: 6
jb721 is on a distinguished road
Default

Re: Janjua.tv rtmpdump


How do I get rtmpdump compiled by KSV for Ubuntu/linux? I can't use the -K option
Reply With Quote
  #7  
Old 03-27-2015, 10:05 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Janjua.tv rtmpdump


hi you need compile the last release

Code:
http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html
Reply With Quote
  #8  
Old 03-28-2015, 03:21 PM
jb721 jb721 is offline
Junior Member
 
Join Date: Mar 2015
Posts: 6
jb721 is on a distinguished road
Default

Re: Janjua.tv rtmpdump


Quote:
Originally Posted by biezom View Post
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
Reply With Quote
  #9  
Old 03-28-2015, 06:39 PM
jb721 jb721 is offline
Junior Member
 
Join Date: Mar 2015
Posts: 6
jb721 is on a distinguished road
Default

Re: Janjua.tv rtmpdump


I installed pepperflashplugin-nonfree on the server and it started working.
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:38 AM.


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