-
看了一下,这里的是将接受到的流重封装成fmp4格式的流喂给MSE进行播放,请问一下,如果我要将流保存到本地,且存为可播放的普通mp4格式的mp4文件的话,现在这个场景下是否可行?是否需要将重封装后的fmp4的流重组成MP4格式再进行保存?
-
大神你好,查看源码时发现目前音频格式只能支持aac和mp3,有办法能支持pcma音频吗?
自己参考以前的flv.js加了个soundFormat === 7的分支,但是在收到pcma音频数据后,不知道应该如何处理,直接track.samples.push()不行。感觉是不是应该要先重采样成PCM音频?
大神有没有什么解决思路,非常感谢
-
When running this on windows:
`./bin/ffgac.exe -i CEP00109_mpeg4.avi -vcodec mpeg4 -an -mb_type_script mb_type.js -f rawvideo -y NUL`
`
export function mb_type_func(args)
{
console.log("g…
-
I get a complete black screen on various x265 HDR films in the direct stream (there is also no control bar or anything visible). The sound plays normally in the background but you can't see anything. …
-
i hope finding support for creating fragmented mp4 in jcodec as it support basic mp4 and h264
this is quite good as it will help all the community for creating http stream like hls(fmp4),mpeg-dash
-
如题,我现在的需求是将webrtc收到的流转为dash支持的fmp4存起来,一开始打算用live格式,分成一片片,后来进过研究发现一个巨大的问题~ webrtc流可能很长,分片又很小,又因为关键帧间隔不确定,导致每个分片的时长不固定,也就是说最后的mpd会很大,因为每个segment都得完整定义。后来发现疑似用on-demand格式可以解决这个问题,有没有生成一个flat fmp4并得到dash所…
-
Platform: Raspberry pi 2W
OS: Raspberry Pi, Bullseye
Camera v1.3
Hardware works fine
Camera autodetect = 1
Configuration file:
[fmp4.txt](https://github.com/soyersoyer/fmp4streamer/files/1244…
-
Hi all, I've been unable to play recordings on my Jellyfin server. When a recording is selected, Jellyfin states "Playback failed due to a fatal player error".
Here is the FFMPEG log from Jellyfin:…
-
-
安卓端播放本地fmp4格式的文件,总是出现最后几百毫秒无法播放,直接就结束播放了。
![image](https://user-images.githubusercontent.com/14048403/67662624-c1052680-f99e-11e9-93be-3fb99ea186f9.png)