chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

YT Live Stream recording to file. Cannot play it (broken) #1543

Open blackjack4494 opened 7 years ago

blackjack4494 commented 7 years ago

So, I am recording a live stream (24/7) and write it to a file with -o filename. When I interrupt it (cause I do not know how to cut it in parts e.g. after one minute make a new file with new timecode in name) with ctrl-c and then copy the file from my ubuntu 16.04 server to my Win10 computer I am not able to play that file using various players vlc included. Anyone else having such problems or know how to solve them? I am not sure if the problem itself is the livestream which streams mp4. I tried to save the file as mp4 and flv both did not work. Hopefully it is just me who wrongly use the program than rather a problem with the recording itself.

scottbernstein-zz commented 7 years ago

This comes up at least once a week. Youtube changed the format of their video files to something which is not supported in VLC 2.0. If you upgrade to the VLC Nightly build of 3.0 it will play your videos.


From: blackjack4494 notifications@github.com Sent: Tuesday, November 15, 2016 8:53:42 AM To: chrippa/livestreamer Subject: [chrippa/livestreamer] YT Live Stream recording to file. Cannot play it (broken) (#1543)

So, I am recording a live stream (24/7) and write it to a file with -o filename. When I interrupt it (cause I do not know how to cut it in parts e.g. after one minute make a new file with new timecode in name) with ctrl-c and then copy the file from my ubuntu 16.04 server to my Win10 computer I am not able to play that file using various players vlc included. Anyone else having such problems or know how to solve them? I am not sure if the problem itself is the livestream which streams mp4. I tried to save the file as mp4 and flv both did not work. Hopefully it is just me who wrongly use the program than rather a problem with the recording itself.

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/chrippa/livestreamer/issues/1543, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AESJ1ri5eWn4NLNTz59psqq0-mE4JnRpks5q-blmgaJpZM4KyjKz.

blackjack4494 commented 7 years ago

Well I tried youtube-dl. And got it working. Maybe you have a look in their repo.

scottbernstein-zz commented 7 years ago

Youtube-dl has some built-in integration with ffmpeg to do file format conversions. That is not part of the design of Livestreamer. File format conversions or issues with players are left to the user to sort out on their own. Livestreamer is meant to capture the stream bit-for-bit and not do conversions.


From: blackjack4494 notifications@github.com Sent: Tuesday, November 15, 2016 11:38:14 AM To: chrippa/livestreamer Cc: scottbernstein; Comment Subject: Re: [chrippa/livestreamer] YT Live Stream recording to file. Cannot play it (broken) (#1543)

Well I tried youtube-dl. And got it working. Maybe you have a look in their repo.

You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/chrippa/livestreamer/issues/1543#issuecomment-260693629, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AESJ1mJKcPXPbCibeIfUitFp2hXGodq_ks5q-d_2gaJpZM4KyjKz.