Ticket #611 (closed defect: fixed)
missing G726 support for rtp and rtsp
| Reported by: | thunder.m | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | g726 rtp |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Hi, G726 formats are not supported in RTSP protocol, i created patch with G726 support for rtp and rtsp decoder. Please feel free to modify it, i don't need any copyright, my only point is to get it to ffmpeg main tree.
Attachments
Change History
Changed 19 months ago by thunder.m
-
attachment
rtp_g726.diff
added
comment:1 Changed 19 months ago by thunder.m
Camera with RTSP stream, H264 video and G726 audio is for example AirLive? OD-2025HD, but there are much more such devices, they work without problems in vlc. And now they works also in ffmpeg with this patch.
comment:2 Changed 19 months ago by michael
Please add a license header to the new file and a commit message to the patch (git format-patch -1 will create a patch out of a last local commit with commit message)
thanks
Changed 19 months ago by thunder.m
-
attachment
0001-libavformat-add-support-for-G726-audio-decoder-in-RT.patch
added
Signed patch
comment:3 Changed 19 months ago by thunder.m
I also send patch to ffmpeg-devel list, so we have to wait :)
comment:4 Changed 19 months ago by cehoyos
- Keywords rtp added
- Version changed from unspecified to git-master
Please copy the license header (the first 20 lines of any file in the directory libavformat) into your new file rtpdec_g726.c, change the second line into something like "RTP G.726 protocol (RFC XXX)" and put your name in the third line.
Changed 19 months ago by thunder.m
-
attachment
0001-libavformat-add-G726-audio-decoder-in-RTP.patch
added
Updated signed patch
comment:5 Changed 19 months ago by thunder.m
Ok, i add licence header to new file, i hope that is everything :)



Patch for adding support of G726 decoder to RTP and RTSP streams.