akanchi / mpegts

A simple implementation of mpegts(including muxer and demuxer)
MIT License
24 stars 17 forks source link

Read PCR when demuxing. #1

Closed andersc closed 5 years ago

andersc commented 5 years ago

Currently the PCR is not extracted from the stream. Would be great if the PCR is extracted (Even the case where the PCR PID is not associated with the video PID).

akanchi commented 5 years ago

Thanks for your suggestion. mpegts will support this feature in my free time.