Eventually this is the error that occurs, as shown in chrome://media-internals
```
01:49:59 279 | error | FFmpegDemuxer: PTS is not defined
01:49:59 279 | error | FFmpegDemuxer: demuxer error: 13
01:49:59 279 | pipeline_error | DEMUXER_ERROR_COULD_NOT_PARSE
01:49:59 280 | pipeline_state | kStopping
01:49:59 284 | pipeline_state | kStopped
```
This is by chromium's demuxer when:
```
if (stream_timestamp == kNoTimestamp) {
MEDIA_LOG(ERROR, media_log_) << "FFmpegDemuxer: PTS is not defined";
demuxer_->NotifyDemuxerError(DEMUXER_ERROR_COULD_NOT_PARSE);
return;
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/588#issuecomment-409108655
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users