diff options
author | Alib <aliboba@free.fr> | 2010-02-27 17:48:27 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-27 17:48:27 +0100 |
commit | 3497a84b220e1419e3642faa763fb2b5965675b0 (patch) | |
tree | e206de1b9bfb839314ec3a1f83a19d900468807c /README | |
parent | ea3f90316b5bc97cef1eb41977eea9f996bb77dd (diff) | |
download | istreamdev-3497a84b220e1419e3642faa763fb2b5965675b0.tar.gz istreamdev-3497a84b220e1419e3642faa763fb2b5965675b0.tar.bz2 |
updated README
Diffstat (limited to 'README')
-rwxr-xr-x | README | 42 |
1 files changed, 22 insertions, 20 deletions
@@ -23,29 +23,28 @@ About: ----- - - iStreamdev lets you stream TV channels & recordings from VDR - and your Media files to your unjailbroken iPhone Quicktime player. - - Your iPhone needs to have at least firmware 3.0 to support - HTTP Live Streaming protocol. - - It gets vdr-streamdev plugins TS feeds, and recodes it - to TS mux with h264 level 3.0 video and mp3 audio using - ffmpeg. Segmenter receives output from pipe, cuts it in - 10 seconds video file and updates the m3u8 playlist in - live. - + +iStreamdev lets you stream TV channels & recordings from VDR and all your Video & Music files from your PC to your iPhone. +Your Iphone don't needs to be jailbroken, it uses native iphone Quicktime player. +You needs at least firmware 3.0 to support HTTP Live Streaming protocol. + +It gets vdr-streamdev plugins TS feeds, and recodes it to TS mux with h264 level 3.0 video and mp3 audio using ffmpeg. +Segmenter receives output from pipe, cuts it in 10 seconds video file and updates the m3u8 playlist in live. + +Audio files are not rencoded but streamed directly to their native formats. So only mp3, aac & wave are supported. + Features: --------- - - 100% webapp compatible user interface using iWebkit framework ( http://iwebkit.net ) - - Channel selection throught categories - - Channels listed with logo and current epg. - - Streaming format selection: Edge, 3g, Wifi - - Recording streaming - - Media streaming ( All video files & mp3/aac/Wav files ) + •100% webapp compatible user interface using iWebkit framework ( http://iwebkit.net ) + •Channel selection throught categories + •Channels listed with logo and current epg. + •Streaming format selection: Edge, 3g, Wifi + •Recording streaming: Access your vdr recordings with epg. + •Timers support: Add/Edit/Delete/Activate/Deactivate timers. + •Video files support: Stream to all your video files ( avi, mkv, mov, etc ) to your Iphone. If you have a movie.tbn poster.jpg or folder.jpg file in the same folder as the video file, it will display it as thumbnail. If there's no picture, it will generate a thumbnail from the video. + •Music files support: Access to your mp3/aac/Wav files remotly and stream them with playlist support. Webapp: @@ -82,7 +81,7 @@ Check on your /etc/at/deny if www-data is there, and remove it if so. - PHP is allowed to use exec() function. - ffmpeg compiled with x264 support - - segmenter: modified version now included in istreamdev path (http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/) + - segmenter: You need to use modified version included in istreamdev path. Install iStreamdev: ------------------- @@ -92,6 +91,9 @@ $httpath is your istreamdev http path NOT the full url ( '/istreamdev/' NOT 'http://yourdomain/istreamdev' ) + Compiles segmenter provided by typing make in segmenter folder and install it: + "make & cp segmenter /usr/bin/" + the ram folder should be writable. If you want to prevent hard disk usage, you can mount it in ram with /dev/shm: |