Menu

Playing dashcast livemedia on dashjs reference player

Help
2014-09-29
2015-01-06
  • felipe mogollon

    felipe mogollon - 2014-09-29

    Hi,

    I am trying to make a make a live stream from a video using dashcast but I cant play it in dashjs reference player (1.2.0 version).

    I have tried it with

    DashCast -v video.mp4 -vfr 30 -seg-dur 1000 -live-media -conf dash.conf -time-shift -1 -npts

    My dash.conf file is

    [v1]
    type=video
    bitrate=400000
    framerate=30
    width=640
    height=386

    Original video file is 189 secs length 720p 30 fps h264 video

    After some seconds playing I always get this type of error

    loaded video:Media Segment:152 (200, 56ms, 3ms) Debug.js:29
    loaded video:Media Segment:153 (200, 10ms, 3ms) Debug.js:29
    Video Element Error: MEDIA_ERR_DECODE Debug.js:29
    MediaError {code: 3, MEDIA_ERR_ABORTED: 1, MEDIA_ERR_NETWORK: 2, MEDIA_ERR_DECODE: 3, MEDIA_ERR_SRC_NOT_SUPPORTED: 4…}
    Debug.js:29
    BufferController video stop.

    I am using

    GPAC version 0.5.1-DEV-rev5449 (last from svn)

    ffmpeg version N-66532-g3f5095f (last one from git)

    chrome 37.0.2062.120 (I have tried with chrome 36 and I am getting same errors)

    running on a Debian jessie 64 bits

    Any idea about what is going wrong?

    Thanks in advance

    Felipe

     
  • Jean Le Feuvre

    Jean Le Feuvre - 2015-01-06

    Can you reproduce the playback error with MP4Client ?