Added 256 to PIDs to avoid reserved PIDS for TS.

This commit is contained in:
Balder 2016-06-23 15:40:21 +02:00 committed by Thulinma
parent ba044b4470
commit 8aebd01afd
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ namespace Mist {
if (packData.getBytesFree() == 184){
packData.clear();
packData.setPID(thisPacket.getTrackId());
packData.setPID(256 + thisPacket.getTrackId());
packData.setContinuityCounter(++contCounters[packData.getPID()]);
if (first[thisPacket.getTrackId()]){
packData.setUnitStart(1);