DuckBoss/JJMumbleBot

[Bug] FFmpeg playback/parse issue

Closed this issue · 1 comments

Created new issue for : @ajmandourah

it played smoothly until the end then i noteced an error in the logs. after that links wont play unless you issue a stop command.

  Metadata:
    encoder         : google/video-file
  Duration: 00:04:53.16, start: -0.007000, bitrate: 143 kb/s
    Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
Stream mapping:
  Stream #0:0 -> #0:0 (opus (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, s16le, to 'pipe:':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0(eng): Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s (defaul                                         t)
    Metadata:
      encoder         : Lavc58.35.100 pcm_s16le
[tls @ 0x55b6735bcec0] Error in the pull function.ts/s speed=   1x
[https @ 0x55b6735ba880] Will reconnect at 5013472 in 0 second(s), error=Input/o                                         utput error.
[https @ 0x55b6735ba880] Will reconnect at 5245406 in 0 second(s), error=End of                                          file.
[https @ 0x55b6735ba880] HTTP error 416 Requested range not satisfiable

now getting these

  Metadata:
    encoder         : google/video-file
  Duration: 00:04:53.16, start: -0.007000, bitrate: 143 kb/s
    Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
Stream mapping:
  Stream #0:0 -> #0:0 (opus (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, s16le, to 'pipe:':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0(eng): Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s (default)
    Metadata:
      encoder         : Lavc58.35.100 pcm_s16le
size=     255kB time=00:00:01.36 bitrate=1535.4kbits/s speed=2.62x
error parsing debug value
debug=0
size=     349kB time=00:00:01.86 bitrate=1535.6kbits/s speed=1.82x
Enter command: <target>|all <time>|-1 <command>[ <argument>]

Parse error, at least 3 arguments were expected, only 1 given in string 'oder         : google/video-file'
debug=1   442kB time=00:00:02.36 bitrate=1535.7kbits/s speed=1.55x
size=    2051kB time=00:00:10.94 bitrate=1535.9kbits/s speed=1.08x
error parsing debug value
debug=0
size=    2149kB time=00:00:11.46 bitrate=1535.9kbits/s speed=1.08x
error parsing debug value
debug=0
size=    2816kB time=00:00:15.02 bitrate=1535.9kbits/s speed=1.06x
Enter command: <target>|all <time>|-1 <command>[ <argument>]

Parse error, at least 3 arguments were expected, only 1 given in string 'm_s16le (native))'

Originally posted by @ajmandourah in #254 (comment)

Should be fixed in v4.2.2 Release

Reopen this if your problems persist @ajmandourah