Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Record live streaming from livestream.com?Can anyone please help me with how to record this livestream?
http://new.livestream.com/accounts/1...events/3228592 Replay Media Catcher only records segments of about 5 mb.. Is there a way to record this stream live partially? Which command should I use? Thanks for reading. |
#2
|
|||
|
|||
Re: Record live streaming from livestream.com?Code:
ffmpeg -i "http://livestream-f.akamaihd.net/1164825_3228592_3be38d0c_1_198@73929?v=3.0.3&fp=WIN%2014,0,0,145&r=WKXSP&g=JXAMYLDCRGBC" -acodec copy -vcodec copy out.flv |
#3
|
|||
|
|||
Re: Record live streaming from livestream.com?Try livestreamer with the file output option:
Code:
livestreamer "http://new.livestream.com/accounts/1164825/events/3228592" best -o RECORD.flv |
#4
|
|||
|
|||
Re: Record live streaming from livestream.com?Getting Error
|
#5
|
|||
|
|||
Re: Record live streaming from livestream.com?You have a problem with the certificate.
Try one of the options: Code:
--http-no-ssl-verify Don’t attempt to verify SSL certificates. Usually a bad idea, only use this if you know what you’re doing. --http-ssl-cert FILENAME SSL certificate to use. Expects a .pem file. --http-ssl-cert-crt-key CRT_FILENAME KEY_FILENAME SSL certificate to use. Expects a .crt and a .key file. |
#6
|
|||
|
|||
Re: Record live streaming from livestream.com?For option 2 & 3...
What goes into FILENAME? where do I find .pem file? same thing for .crt and .key files? what do I put in there? where do I find those files? Thanks! |
#7
|
|||
|
|||
Re: Record live streaming from livestream.com?You can also specify "720p_hls" instead of "best" on the command line. The default "best" is the non-hls http 720p source.
The m3u8 url is right in the source page of the video. It works with ffmpeg. |
Tags: livestreamcom |
Thread Tools | |
Display Modes | |
|
|