Open tkossak opened 5 years ago
try with:
castnow ./sample.mkv --tomp4 --ffmpeg-vcodec copy --ffmpeg-acodec vorbis --ffmpeg-ac 2 --ffmpeg-strict experimental --ffmpeg-f mp4 --ffmpeg-movflags frag_keyframe+faststart
--tomp4 is needed to use the transcoding plugin. note: seeking is disabled when transcoding hope this helps
I can't even verify it because castnow stopped working (stuck on "Loading...."). Thank you anyway. I think I'll stick to chrome extension for casting my files to chromecast. This project seems to be abandoned...
A simpler command for this problem of no audio with castnow would look something like.
castnow --tomp4 --ffmpeg-c:a ac3
I have a video file with audio codec that causes no audio on TV when casting through castnow. When I convert the audio with ffmpeg it works fine (both audio and video):
But then the castnow shortcut keys don't work. How can I convert above command to castnow options? I tried:
And it plays but with no sound.