media-server icon indicating copy to clipboard operation
media-server copied to clipboard

RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM

Results 98 media-server issues
Sort by recently updated
recently updated
newest added

1. 可否提供一个输入ES格式的音视频数据,输出封装为PS格式的demo呀? 2. 可否提供一个PS封装格式的音视频流转换为ES格式的音视频数据呀? 另:视频数据最好是一帧一帧的封装/解析。

``` if (0 == tsctx->sdt_period) { // SDT tsctx->sdt_period = dts; n = sdt_write(&tsctx->pat, tsctx->payload); r = mpeg_ts_write_section_header(ts, TS_PID_SDT, &tsctx->pat.cc /*fixme*/ , tsctx->payload, n); if (0 != r) return r;...

When following all the [steps](https://github.com/ireader/media-server/blob/master/compile.cn.md) and replace all the `make` command with `make RELEASE=1` to get a release version test, all of the compile works well, but finally when link...

因為才剛開始研究流媒體,對TS流有興趣研究,但沒有看到相關使用mpeg-ts-enc.c 或相關muxer操作, 追您的源碼看到後面有幾個接口在mepg-muxer.c裡,也看過mepg-muxer.h的註釋, 但實際上對接有些參數不甚了解,例如pts,dts是要何時傳入什麼數值...等 但對於struct成員的初始化,跟寫資料的參數要如何設置? 假設我有H264資料跟音頻資料,frame rate...等資訊,要如何給進去packer呢? 還請您幫忙解惑,感謝您.

![image](https://user-images.githubusercontent.com/105113972/179534476-07f258d6-f28d-4ec3-8511-6bd662e1713d.png)

您好,mov_writer_h264中是把一个完整的264文件转成mp4,如果我是sensor直接出264码流,该如何保存成mp4文件呢?非常感谢!

![image](https://user-images.githubusercontent.com/98438707/174433976-fa3ac6d5-2d00-4292-b7e1-3d4d4df08b2f.png)

下面是生成的MP4文件及裸流h264文件 [test_video.zip](https://github.com/ireader/media-server/files/8686136/test_video.zip)

你好,可以提供一个H265和HLS之间转换的demo吗?不是苹果平台的。 谢谢