vlc - live555 Server streaming x264 not working, how to debug? -
before diving sdk version, tried stream x264 encdoed video vlc. streaming mp3 works, x264 takes while error, vlc cannot open file.
1) downloaded live555 server
2) started exe states url use as: rtsp://172.18.1.85/<filename>
3) in vlc using: rtsp://172.18.1.85/fantastic.264
server output says "each files type inferred it's name suffix" renamed file fantastic.mp4
fantastic.264
as i've stated mp3 stream works fine in same directory fantastic.264 placed.
the file ending correct wasn't "elementary h264 stream". had reconvert elementary h264 file.
quick fix:
ffmpeg -i fantastic.mp4 -vcodec libx264 -f h264 fantastic.264
you can here more information: what elementary stream mean in terms of h264
Comments
Post a Comment