Search found 5 matches

Go to advanced search

by amcrae
15 Jul 2010 15:12
Forum: General VLC media player Troubleshooting
Topic: Trouble with H264 and Streaming
Replies: 2
Views: 579

Re: Trouble with H264 and Streaming

Its actually a raw H264 file; the packets that are sent are fragmented NALU's and, besides the RTP headers, there isn't any container (.ts, mpg, etc). VLC can play the stream if I use the live555 streaming library to send it as RTSP instead, but that won't always be an option for what I need...
by amcrae
13 Jul 2010 21:48
Forum: General VLC media player Troubleshooting
Topic: Seg fault after RTSP teardown
Replies: 1
Views: 210

Seg fault after RTSP teardown

Hey all,

I'm getting a segmentation fault after attempting to tear down a RTSP session... Has anybody else experienced this?/know how to fix? (streaming using the live555 media streamer)
by amcrae
13 Jul 2010 16:05
Forum: General VLC media player Troubleshooting
Topic: Trouble with H264 and Streaming
Replies: 2
Views: 579

Trouble with H264 and Streaming

Hey all, I'm having a bit of trouble getting h.264 video files to play in VLC when I stream them. I am streaming using RTP/UDP, and using wireshark I can see that VLC does receive the packets. However, no video ever opens. Looking through the forums has shown me that VLC typically needs some form of...
by amcrae
23 Jun 2010 22:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Missing codecs + ffmpeg problems
Replies: 1
Views: 982

Re: Missing codecs + ffmpeg problems

Actually found a solution by accident.

VLC must not be able to find the libraries, or ffmpeg doesn't allow them to be found. To fix, as root:
echo "/usr/local/lib">>/etc/ld.so.conf
echo "/usr/lib/">>/etc/ld.so.conf
ldconfig

This should fix the problem.
by amcrae
23 Jun 2010 15:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Missing codecs + ffmpeg problems
Replies: 1
Views: 982

Missing codecs + ffmpeg problems

Hey all, I'm having trouble getting vlc to play video with the following codecs: mpgv, mp4a, and avc1. Whenever I attempt to play one of these, vlc spits out the standard "VLC does not support..." message. When I run vlc -vvv -l | grep mpgv, I get the following warning: [0x804f3a8] main li...

Go to advanced search