vdr-plugin-streamdev/server
schmirl 52bf110aa9 server_ts-pat-pmt-filter.patch by Petri Hintukainen
- Add PAT, PMT and PCR to HTTP TS streams
- Dynamically add and remove all related pids (of channel) to TS stream
 -> DVB/teletect subtitles work in clients
 -> VLC can be used as client
 -> HDTV (MPEG4 / H.264) streaming is possible
 -> Client can select audio and subtitle tracks on the fly without re-connection -> Client can display "real" track names / languages

 - Add new member function to set all pids in one shot
  -> Receiver is not deleted, created and re-attached separately for every pid
   (this causes discontinous start and is anyway unnecessarily)

Modified Files:
	server/livestreamer.c server/livestreamer.h
2007-04-24 11:13:05 +00:00
..
component.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
component.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentHTTP.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentHTTP.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentVTP.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentVTP.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
connection.c API changes of VDR 1.5.0 (#219) 2007-01-15 12:00:19 +00:00
connection.h Use compiler flag -Wall. Cleanup code as necessary. 2007-04-16 11:01:02 +00:00
connectionHTTP.c Use compiler flag -Wall. Cleanup code as necessary. 2007-04-16 11:01:02 +00:00
connectionHTTP.h Close connection when client is gone. Fixes high CPU load problem (#201) 2007-04-02 10:32:34 +00:00
connectionVTP.c server_connectionVTP-new-data.patch by Petri Hintukainen 2007-04-24 11:03:41 +00:00
connectionVTP.h server_connectionVTP-new-data.patch by Petri Hintukainen 2007-04-24 11:03:41 +00:00
livefilter.c server_livefilter-add_ts_pusi_flag.patch by Petri Hintukainen 2007-04-24 11:06:12 +00:00
livefilter.h based on server_livefilter-streamer-type.patch by Petri Hintukainen 2007-04-23 15:44:55 +00:00
livestreamer.c server_ts-pat-pmt-filter.patch by Petri Hintukainen 2007-04-24 11:13:05 +00:00
livestreamer.h server_ts-pat-pmt-filter.patch by Petri Hintukainen 2007-04-24 11:13:05 +00:00
server.c Close connection when client is gone. Fixes high CPU load problem (#201) 2007-04-02 10:32:34 +00:00
server.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
setup.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
setup.h Initial revision 2004-12-30 22:43:55 +00:00
streamer.c Close connection when client is gone. Fixes high CPU load problem (#201) 2007-04-02 10:32:34 +00:00
streamer.h Close connection when client is gone. Fixes high CPU load problem (#201) 2007-04-02 10:32:34 +00:00
suspend.c Initial revision 2004-12-30 22:43:55 +00:00
suspend.dat Initial revision 2004-12-30 22:43:55 +00:00
suspend.h Initial revision 2004-12-30 22:43:55 +00:00