# is it possible to avoid cosuming a video with pause=true

**URL:** <https://mediasoup.discourse.group/t/is-it-possible-to-avoid-cosuming-a-video-with-pause-true/4032>\
**Category:** mediasoup libraries\
**Created:** [March 22, 2022, 10:35am UTC](https://mediasoup.discourse.group/t/is-it-possible-to-avoid-cosuming-a-video-with-pause-true/4032 "2022-03-22T10:35:07Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![simos](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/simos/32/2287_2.png) [@simos](https://mediasoup.discourse.group/u/simos)\
**Post date:** [March 22, 2022, 10:35am UTC](https://mediasoup.discourse.group/t/is-it-possible-to-avoid-cosuming-a-video-with-pause-true/4032/1 "2022-03-22T10:35:07Z")

</div>

hello everyone i have an issue , when i try to consume video with `paused = false` i got `no frame` error on ffmeg , is there is away to avoid the setting timeout to resume the consumer and consume the video once the video is ready

```auto
[h264 @ 0x7ffe9a607180] non-existing PPS 0 referenced

[h264 @ 0x7ffe9a607180] decode_slice_header error

[h264 @ 0x7ffe9a607180] no frame!

[+] Process stderr : [h264 @ 0x7ffe9a607180] non-existing PPS 0 referenced

[+] Process stderr : [extract_extradata @ 0x7ffe9ba1e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3

[h264 @ 0x7ffe9a607180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3

[h264 @ 0x7ffe9a607180] non-existing PPS 0 referenced

[h264 @ 0x7ffe9a607180] decode_slice_header error

[h264 @ 0x7ffe9a607180] no frame!

[+] Process stderr : [h264 @ 0x7ffe9a607180] non-existing PPS 0 referenced

[+] Process stderr : [extract_extradata @ 0x7ffe9ba1e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3

[h264 @ 0x7ffe9a607180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3

[h264 @ 0x7ffe9a607180] non-existing PPS 0 referenced

[h264 @ 0x7ffe9a607180] decode_slice_header error

[h264 @ 0x7ffe9a607180] no frame!

```
