Player does not display video track from H264 sample movie from Darwin Streaming Server over RTSP.
Reported by: |
cian.cullinan@… |
Owned by: |
alex@… |
Priority:
|
normal
|
Component:
|
streaming
|
Version:
|
HEAD
|
Severity:
|
minor
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
Reproduced by developer:
|
no
|
Analyzed by developer:
|
no
|
Trying to view any of the H264 sample tracks provided with Darwin Streaming
Server - for example sample_h264_1mbit.mp4 - via rtsp
(rtsp://localhost/sample_h264_1mbit.mp4) results in audio being played, but no
video. The relevant error message from the console output seems to be:
Unknown MPlayer format code for MIME type "video/H264"
This stream plays fine using VLC.
Change History
(6)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Severity: |
normal → enhancement
|
Component: |
vo → streaming
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
OK, on further inspection of demux_rtp_codec.cpp it seems like H264 over RTSP
just isn't supported yet.