So I'm using 2.1.3 x64 and I'm trying to stream an mkv file to my Note 3, but using:
"C:\Program Files\VideoLan\VLC\vlc.exe" --rtsp-timeout=99999 --sout-avcodec-strict=-2 --extraintf http -http-port=8080 --http-password=vlcdirect
doesn't work. VLC complains about not having the right plugins and doesn't start.
"C:\Program Files\VideoLan\VLC\vlc.exe" --rtsp-timeout=99999 --sout-ffmpeg-strict=-2 --extraintf http --http-port=8080 --http-password=vlcdirect
Works, but when I try to play my 720p file, vlc goes:
Streaming / Transcoding failed:
VLC could not open the encoder.
Then, the video plays, but audio does not work. How can I fix this?
edit: fixed it