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 ffb67318e0
commit 312212a25b
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,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);