Opened 19 years ago
Closed 19 years ago
#1787 closed enhancement (fixed)
IP Network Recorder patch
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | streaming network IP |
Cc: | Ticket locked: | no |
Description
This patch contains a IP Network MPEG-TS recorder. This new type of "Capture Card" will record MPEG-2 Transport Stream feeds over UDP/IP. It is possible to use this input with MPEG1/2/4 video. It can also support H264 video with the h264_tools patch.
Attachments (2)
Change History (10)
by , 19 years ago
Attachment: | mythtv_crc_ip_network_rec_r9878.tar.gz added |
---|
comment:1 by , 19 years ago
comment:3 by , 19 years ago
I sent an e-mail to Francois Lefebvre at CRC last week with some questions and requests. I've just forwarded it to you. If you don't get it soon, I can post it to mythtv-dev.
by , 19 years ago
Attachment: | mythtv_crc_ip_network_rec_r9936.tar.gz added |
---|
New version of the patch with some variable names corrections and some functions moved to DTVRecorder.
comment:4 by , 19 years ago
Milestone: | unknown → 0.20 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
(In [9966]) Fixes #1787. Refs #1704. Adds an MPEG1/MPEG2/MPEG4-AVC IP network recorder.
This is another contribution from the Queen of Canada and the good folks at CRC.
There are instructions in crcipnetworkrecorder.cpp on how to broadcast your own channel using vlc.
The MPEG4-AVC keyframe detection code is in DTVRecorder so it could be used by the DVBRecorder to generate a correct keyframe map for the UK HDTV trial streams.
comment:5 by , 19 years ago
(In [10372]) Refs #1701. Refs #1704. Refs #1787. Adds recording profiles for recently added recorders, and makes RecordingProfile show an appropriate set of options for these recorders.
Basically, the UI for enabling auto-transcoding for these recorders was not there.
comment:6 by , 19 years ago
comment:7 by , 19 years ago
Component: | mythtv → mythbrowser |
---|---|
Milestone: | 0.20 → 0.19 |
Priority: | minor → critical |
Resolution: | fixed |
Status: | closed → reopened |
Type: | enhancement → 0 |
hi!!!!
comment:8 by , 19 years ago
Component: | mythbrowser → mythtv |
---|---|
Milestone: | 0.19 → 0.20 |
Priority: | critical → minor |
Resolution: | → fixed |
Status: | reopened → closed |
Type: | 0 → enhancement |
(In [9919]) Fixes #1788. Refs #1787. Adds much of the code needed for H.264 (aka MPEG-4 AVC) TS decoding in MythTV.
In particular this adds it to the MythCodecID and other enums, and adds a H.264 keyframe/frame finder to avformatdecoder. You would still need to get a H.264 video into MythTV with a keyframe map for proper playback with skipping (see #1787).
The patch was submitted by Jean Michel Bouffard on behalf of the Queen of Canada and the Canadian Communications Research Centre.