VLC not able to play video streams
Posted: 29 Oct 2014 20:36
Hi,
I am streaming a video using ffmpeg command and trying a local loopback and play the video on VLC player. I have Ubuntu 14.04 installed on my server.
ffmpeg command that I am using to send video file is:
./ffmpeg -re -i /root/test_file.y4m -c:v libx264 -f:v mpegts -r:v 30 -s:v 1280x720 -b:v 1000k udp://127.0.0.1:8090
On the VLC player, I am using command:
vlc -vvv udp://127.0.0.1:8090
I verified the port is open with iptables and netstat.
VLC player is not playing any video and log file is not showing any activity.
Harshal Patel,
HPC Systems Engineer
Signalogic Inc.
I am streaming a video using ffmpeg command and trying a local loopback and play the video on VLC player. I have Ubuntu 14.04 installed on my server.
ffmpeg command that I am using to send video file is:
./ffmpeg -re -i /root/test_file.y4m -c:v libx264 -f:v mpegts -r:v 30 -s:v 1280x720 -b:v 1000k udp://127.0.0.1:8090
On the VLC player, I am using command:
vlc -vvv udp://127.0.0.1:8090
I verified the port is open with iptables and netstat.
VLC player is not playing any video and log file is not showing any activity.
Harshal Patel,
HPC Systems Engineer
Signalogic Inc.