iPad and AirPlayer app
Any experiences/ideas anyone, or tips for another iPad app that may to the trick?
(if the file is already encapsulated in an MPEG-2 transport stream, the file segmenter omits this step)
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXTINF:12,
http://192.168.1.69/moon1-1.ts
#EXTINF:10,
http://192.168.1.69/moon1-2.ts
#EXTINF:11,
http://192.168.1.69/moon1-3.ts
#EXTINF:10,
http://192.168.1.69/moon1-4.ts
#EXTINF:12,
http://192.168.1.69/moon1-5.ts
#EXTINF:11,
http://192.168.1.69/moon1-6.ts
#EXTINF:12,
http://192.168.1.69/moon1-7.ts
#EXTINF:10,
http://192.168.1.69/moon1-8.ts
#EXTINF:10,
http://192.168.1.69/moon1-9.ts
#EXTINF:10,
http://192.168.1.69/moon1-10.ts
#EXTINF:13,
http://192.168.1.69/moon1-11.ts
#EXTINF:7,
http://192.168.1.69/moon1-12.ts
C:\Temp>ffmpeg -i "g:\video\Trailers and samples\testclip.avi" -vcodec copy -acodec libfaac -aq 85 -ac 2 "g:\video\Trailers and samples\testclip.mp4"
zip wrote:The chunks are with the same duration, how can that be split exactly on keyframes (they happen randomly)?
Anyway, it looks like a lot of work, maybe something for the futureBug keep digging.
The MPEG-2 TS files on IIS are not stored in multiple segments on disk like other solutions for Apple HTTP Live Streaming. IIS Media Services dynamically serves the segments on request and leaves the full MPEG-2 TS files available to make asset management and post-production easier.
zip wrote:That sounds interesting. When it becomes possible to implement this (ie ffmpeg support is in place), we can create a ticket with all the info you found and try implementing this.
Users browsing this forum: No registered users and 31 guests