mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-04 10:26:01 -05:00
update moonfire-ffmpeg
This picks up moonfire-ffmpeg's 4b13378: support ffmpeg's multi-call log messages This should fix this annoying log output: ``` W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950: RTP H.264 NAL unit type 29 W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950: is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. ``` so it looks like this instead: ``` W20210310 13:17:09.060 s-garage_west-main moonfire_ffmpeg::rtsp] 0xaf300950: RTP H.264 NAL unit type 29 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. ```
This commit is contained in:
parent
fd2d959daa
commit
3c130f4fea
2
server/Cargo.lock
generated
2
server/Cargo.lock
generated
@ -1204,7 +1204,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "moonfire-ffmpeg"
|
name = "moonfire-ffmpeg"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/scottlamb/moonfire-ffmpeg#78ea94a48ba202fcd020d317d9d8369884b0607a"
|
source = "git+https://github.com/scottlamb/moonfire-ffmpeg#4b133782e59d500a9dd02b3e8b0f3bef25032d75"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user