pl_mpeg icon indicating copy to clipboard operation
pl_mpeg copied to clipboard

What a fantastic library

Open ghost opened this issue 4 years ago • 5 comments

It took me 30 minutes to integrate into my project https://github.com/QuantScientist/TorchRayLib Once I am done, I shall credit you of course.

ghost avatar Oct 04 '20 19:10 ghost

ezgif-6-1a65be79536b

ghost avatar Oct 05 '20 18:10 ghost

Can you work on https://github.com/phoboslab/pl_mpeg/issues/12?

Zero3K avatar Nov 22 '20 04:11 Zero3K

Yes a brilliant library indeed! @phoboslab, do you know how complex it would be to read frames with pl_mpeg from transport stream MPEG .TS files?

7890 avatar Jun 19 '21 18:06 7890

@7890 adding another demuxer (the plm_demux part) should be pretty straight forward. I have written a TS demuxer before for jsmpeg (which is probably non-spec compliant in many ways). Transcribing this wouldn't be too much work, but I really dislike the format and don't have a specific use-case for it at the time.

What would you need this for?

phoboslab avatar Jun 20 '21 20:06 phoboslab

The scenario would be to play a live / semi-live stream that is served in chunks. It would replicate jsmpeg's capabilities eg. using ffmpeg -f segment ... and m3u8 to create .ts chunks that can be played with jsmpeg. The network part would not be covered, some other process would get and concatenate the .ts chunks that then are feed to pl_mpeg in some way.

7890 avatar Jun 21 '21 12:06 7890