Commit graph

21 commits

Author SHA1 Message Date
Andreas Öman
42adea653d Rename tvhead.h -> tvheadend.h 2010-11-29 19:25:24 +00:00
Andreas Öman
ec7978e6b2 Write aspect ratio in recorded MKV files 2010-09-01 16:28:13 +00:00
Andreas Öman
049fcadbf9 For matroska we need a few pieces of info for each stream (sample rate, # channels, video resolution, etc).
If we are unable to extract this data from an elementary stream for 5 seconds, skip the stream in recorded file.

Hopefully fixes ticket #261 and #244
2010-08-19 18:58:02 +00:00
sb1066
6c0f240e5e Remeber the pcr pid the program comes from 2010-07-07 20:20:30 +00:00
sb1066
1f69b827c9 Remember what pids the streams originally comes from. 2010-07-07 20:20:30 +00:00
Andreas Öman
65863ec17e Include # of channels and samplerate in streaming start message produced by globalheaders 2010-07-01 08:34:10 +00:00
Andreas Öman
ba05614ca9 Add reject filter to streaming_queue_init()
Implement streaming_queue_deinit()
2010-06-26 22:03:35 +00:00
Andreas Öman
ba33824bdd Add a level of indirection between a packet and its payload.
This allows the code to modify packets (which are non-mutable due to reference counting)
by copying them without having to also copy the packet payload.
2010-06-24 11:29:22 +00:00
Andreas Öman
78832faacd Add streaming_start_copy() and streaming_start_component_find_by_index() 2010-06-16 21:08:28 +00:00
Andreas Öman
f5c8696ff2 Add support for storing global headers in streaming start message
Add streaming_target_deliver2()
2010-06-15 05:56:40 +00:00
Andreas Öman
c15d002917 Keep track of video width and height and send it over HTSP in subscriptionStart.
Fixed ticket #208
2010-06-13 12:18:59 +00:00
Andreas Öman
d57985481c * Fix various issues realted to the Recording Schedule user interface.
The UI now includes better visual feedback on what's going on and if
    there are errors. Also recordings that do not complete successfully
    are correctly reported as failed entries. Ticket #131
2010-03-21 10:08:16 +00:00
Andreas Öman
3be19d4b8a Some refactoring of error codes. Also make DVR log reason on SMT_STOP 2010-03-18 20:48:03 +00:00
Andreas Öman
3ee73a5b81 Add DVB subtitle support. Ticket #39 2009-11-30 22:33:19 +00:00
Andreas Öman
dade35a931 Initial work on TS pass-through 2009-11-18 20:28:35 +00:00
Andreas Öman
8451ee2006 Add tentative RTSP streamer 2009-11-12 23:07:02 +00:00
Andreas Öman
02dd003832 Rewrite stream start messaging. Using htsmsg internally is a bit obscure 2009-10-15 20:10:19 +00:00
Andreas Öman
206767ac3a Rewrite internal streaming pipeline so it is fully message driven.
No ugly callbacks and weird locking scenarios no more.

Addresses ticket #15
2009-06-03 19:06:33 +00:00
Andreas Öman
962d6cd407 Allow generic messages to be sent over a streaming pad, not only packets. 2009-06-02 17:38:05 +00:00
Andreas Öman
a869d7101f Split queue-stuff from streaming_target into its own struct. 2009-06-01 20:42:09 +00:00
Andreas Öman
42c8947724 Making tvheadend more standalone, #2 2009-03-25 17:46:54 +00:00
Renamed from streaming.h (Browse further)