View Single Post
  #4  
Old 01-19-2014, 10:48 AM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

Re: justin twitch tv LIVE recording


Livestreamer appears to work on JTV. I used it on several channels with the -o switch to save the streams to files.

The saved files play OK in most of my players. But the audio stops and starts in VLC. I was able to fix the audio problem by copying the audio and video to new containers using FFmpeg.

When using FFmpeg to fix the audio, "ffmpeg -i INPUTFILENAME.EXT -c copy OUTPUTFILENAME.EXT" was enough if the JTV broadcaster had used an external broadcaster like FMLE, Xsplit, OBS, etc. If the broadcaster had used JTV's onsite broadcaster, I added the "-bsf:a aac_adtstoasc" switch and copied to an MP4 container to fix the audio, like this: "ffmpeg -i INPUTFILENAME.EXT -bsf:a aac_adtstoasc -c copy OUTPUTFILENAME.MP4"
Reply With Quote