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

How to use RTMPDump? - rtmp dump tutorials

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

jz5968 03-12-2014 06:33 PM

Re: How do you use rtmp dump (rtmpdump tutorials)?


 
You can play RTMP streams in your browser.
This program will generate the code for you.

http://www.4shared.com/get/fQcSSEFMba/RTMP_pplayer.html

Ed999 03-18-2014 04:07 PM

Re: How to use RTMPDump? - rtmp dump tutorials


 
This is a working link -

http://search.4shared.com/q/CCAD/1/R...ayer?suggested

You must first sign-in / log-in to your 4Shared account, before the sire will let you download any files.

jz5968 03-24-2014 03:35 PM

play RTMP in your browser with RTMP_pplayer


 
You can play RTMP streams in your browser.
This program will generate the code for you.

Much easier than RTMP Dump.

**** Updated link below:

http://www.4shared.com/zip/pHFvejTlb..._pplayer.htmll

Ed999 04-14-2014 02:55 PM

Re: play RTMP in your browser with RTMP_pplayer


 
Quote:

Originally Posted by jz5968 (Post 66591)
You can play RTMP streams in your browser.
This program will generate the code for you.

Much easier than RTMP Dump.

**** Updated link below:

http://www.4shared.com/zip/pHFvejTlb..._pplayer.htmll


RTMP_pplayer.zip is unavailable. Site 4shared.com says this file was deleted.

flpmchd 02-04-2015 09:59 AM

Re: How to use RTMPDump? - rtmp dump tutorials


 
Hi!
Someone can help me to build the sentence to download this video from this sentence:

('Servidor 1 (BR)','player_alfacon.swf','rtmp','rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s','aula/lilian_novakoski/ate/ln_ate_00001.mp4','100/lilian_novakoski/ate/ln_ate_00001.mp4','200/lilian_novakoski/ate/ln_ate_00001.mp4','http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8')

I tried a number of ways, but none worked.

Please!!!! Help!!! :(

biezom 02-04-2015 11:10 AM

Re: How to use RTMPDump? - rtmp dump tutorials


 
Quote:

Originally Posted by flpmchd (Post 73861)
Hi!
Someone can help me to build the sentence to download this video from this sentence:

('Servidor 1 (BR)','player_alfacon.swf','rtmp','rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s','aula/lilian_novakoski/ate/ln_ate_00001.mp4','100/lilian_novakoski/ate/ln_ate_00001.mp4','200/lilian_novakoski/ate/ln_ate_00001.mp4','http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8')

I tried a number of ways, but none worked.

Please!!!! Help!!! :(

Code:

livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts
or
Code:

livestreamer hls://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts

flpmchd 02-06-2015 08:47 AM

Re: How to use RTMPDump? - rtmp dump tutorials


 
Quote:

Originally Posted by biezom (Post 73867)
Code:

livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts
or
Code:

livestreamer hls://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/chunklist_w788361268.m3u8 best -o lilian_novakoski.ts

Thanks for your help, but didn't work....
This video is a class-video and requires a key to access... I don't know if this information could change the tag...

biezom 02-06-2015 11:49 AM

Re: How to use RTMPDump? - rtmp dump tutorials


 
Quote:

Originally Posted by flpmchd (Post 73924)
Thanks for your help, but didn't work....
This video is a class-video and requires a key to access... I don't know if this information could change the tag...

Sorry there was an error with the first code "livestreamer hlsvariant://htpp://......."
but the second "livestreamer hls://http://......." is good and works

so the fisrt code is
Code:

livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8 best -o lilian_novakoski.ts
i use the livestreamer the latest development version of livestreamer

flpmchd 02-06-2015 02:16 PM

Re: How to use RTMPDump? - rtmp dump tutorials


 
Quote:

Originally Posted by biezom (Post 73926)
Sorry there was an error with the first code "livestreamer hlsvariant://htpp://......."
but the second "livestreamer hls://http://......." is good and works

so the fisrt code is
Code:

livestreamer hlsvariant://http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/lilian_novakoski/ate/ln_ate_00001.mp4/playlist.m3u8 best -o lilian_novakoski.ts
i use the livestreamer the latest development version of livestreamer


Yes, but just download a few seconds of the video, however the video is almost 30 minutes. Appears a timeout error:

Code:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/dist-packages/livestreamer/stream/segmented.py", line 153, in run
    result = future.result(timeout=0.5)
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 404, in result
    return self.__get_result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 356, in __get_result
    raise self._exception
ReadTimeoutError: HTTPConnectionPool(host='51a31bcacc912.streamlock.net', port=1935): Read timed out.

[cli][error] Error when reading from stream: Read timeout
[cli][info] Stream ended


biezom 02-07-2015 01:18 AM

Re: How to use RTMPDump? - rtmp dump tutorials


 
the m3u8 url is no longer valid
maybe you can post the original page URL of your video in a new thread to find the new m3u8 url
Because this thread is "rtmp dump tutorials"


All times are GMT -6. The time now is 09:51 AM.