yoko

Results 107 comments of yoko

Sorry, I'm not good at Android apps. Maybe upload the error log to let us have a look.

Sorry, I don't have a clue.

fragment_duration_ms设置的间隔,是数据内时间戳的时间间隔, 文件名中的字段,是现实时间, 如果数据的发送速度快,远大于数据内时间戳的时间间隔,那么可能会出现这种情况。

What version are you using? The release version has a bug when using HLS. If you are using the release version, try the newest code in the master branch.

请测试给出具体的ZLMediaKit支持lal不支持的情况。

阶段性总结剩余工作项: rtsp pub with mp2需要支持rtsp sub播放,并且需要听到声音 ffmpeg.exe -stream_loop -1 -re -i source.200kbps.768x320.flv -vcodec copy -acodec mp2 -f rtsp rtsp://192.168.0.135:5544/live/test

rtsp pub with mp2需要支持rtsp sub播放,并且需要听到声音。 这个已经支持了。

自己实现一个IPathWriteStrategy,(见 path_strategy.go 中的 type IPathWriteStrategy interface 把hls.IPathStrategy设置成你自己实现的就可以了,(见 pkg/hls/var.go 中的 PathStrategy IPathStrategy = &DefaultPathStrategy{} DefaultPathStrategy就是我实现的默认规则,(见 pkg/hls/var.go 中的 type DefaultPathStrategy struct

大概运行多久会出现,如果时间短的话,按下面这个方式抓份数据给我看看, https://pengrl.com/#/debug_dump