go-astits icon indicating copy to clipboard operation
go-astits copied to clipboard

Demux and mux MPEG Transport Streams (.ts) natively in GO

Results 16 go-astits issues
Sort by recently updated
recently updated
newest added

### Scenario We got the sample transport stream from IPTV source, which using the PID 0x10 as the program PID, 0x11 as the video stream PID, and 0x12 as the...

Hi, I'm working on a simple RTSP to SRT/MPEG-TS gateway (X.7). Lately I'm having error messages and panics during my development and tests. Here is the test flow: ffmpeg (mimicing...

Hey, thanks for this great package, I was building sort of a replacement for [mediafilesegmenter](https://developer.apple.com/documentation/http_live_streaming/using_apple_s_http_live_streaming_hls_tools) which is a very apple specific thing. I was successfully able to inject ID3 data...

I'm trying to read the program listings from the channel data stream from a HDHomerun. For now, I'm just using `curl` to pull from the device into a file. I...

I have some streams over UDP multicast that basically run 24/7, and I have been trying to capture them with this package. However, since I join after the stream has...

I was trying to run your project as a way to sanity test my own similar project, and ran into an issue parsing 192 byte packets from Blu-ray M2TS files....