This isn't a firmware that you flash. It is a library file that the linux drivers need in order to correctly access your hardware. You just download the file and place it in the proper directory. Here is a copy pasta from the link I gave you. Firmware In order to use the LinuxTV driver, you need to ...
I have used a workaround for my issue. It is much less efficient, but gets the job done. I have created a virtual machine per stream and that has fixed everything. Now audio and video match up and my stream can go all night without a hiccup.
In addition, I only get one of my 3 audio streams at all. 1 audio stream will play on a random video stream. The video streams all play every time, and in their proper place. Just the audio is out of sorts. a MUX issue perhaps?
I spoke too soon. I am now encountering a very strange issue. I have 3 separate inputs, all with their own unicast RTSP address: input1, input2, input3 Each goes to its own multicast output address: output1, outptu2, output3 The audio from input1 is somehow getting placed with output2. This doesn't ...
Found my problem with VLM. It appears my input source had bad times set (each of my 3 had different times set and all were wrong). After setting all of them to update via NTP servers, now my streams all work with audio. The "packet with too strange dts" warning I was getting is what led me...
I have modified my VLM file a bit, and am seeing better results, but now I have a new issue. I get no audio. If I manually set up a stream using the same source and destination then audio works fine, but with VLM I get nothing. On a side note, if I try to manually setup all my stream I encounter iss...
You aren't setting a multicast address on your video input source. You are setting a unicast address. Your listed outputs are curious. The IP you list changes from 192.168.0.1 to 192.169.0.1. You need to make sure you have the right one and that your device is streaming with the port and protocol yo...
I am trying to take several RTSP H.264 streams from some generic encoders and have VLM rebroadcast them as mutlicast without transcoding. This works well if I manually stream using VLC with the GUI for a single stream. This stream works without issue for days. If I use VLM (either by feeding a VLM c...
I have some VLC options specified in a command line and as an option in a XSPF file. In particular I am having problems setting aspect-ratio and deinterlace to on and specifying a mode. Specifying a program id does still work from 1.x to 2.x, but the rest either has a new syntax or is just plan miss...
Okay, I don't think it is the proper syntax, but it works with IPTV Recorder. I had to change the formatting of my M3U file that IPTV Recorder uses to: #EXTM3U #EXTINF:0,NBC rtp://@239.255.1.1:59001 --program="1" #EXTINF:0,ThisTV rtp://@239.255.1.1:59001 --program="2" #EXTINF:0,R...
I have several multicast RTP streams for an in house IPTV service on my network. I use VLC to tune these and they work great. I am using Silicondust HDHomerun Tech units to multicast entire channel data (INSTEAD of 13.1 goes to 239.255.1.1:59001, 13.2 goes to 239.255.1.2:59002 I am able to stream th...