diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
commit | 31a664b20ba24e1b3348d2bf51cb89fc380b45ea (patch) | |
tree | 60fd1adf605d28d6df65c739d1a7e6fbefba0859 /web/stream.gathering.org/pre-tg15/ios | |
parent | 9ac80abffae12797da3baceca18a1706adbd2e0c (diff) |
Anton: Cleaned up the folderstructure a bit, also reworked the front page with some CSS, auto-play, video source swap (al tho not inline, but hey), some config parameters as well as some todo-removes if we dont need the conf.
Diffstat (limited to 'web/stream.gathering.org/pre-tg15/ios')
-rw-r--r-- | web/stream.gathering.org/pre-tg15/ios/PLACEHOLDER | 0 | ||||
-rw-r--r-- | web/stream.gathering.org/pre-tg15/ios/event.m3u8 | 16 | ||||
-rw-r--r-- | web/stream.gathering.org/pre-tg15/ios/stream.m3u8 | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/web/stream.gathering.org/pre-tg15/ios/PLACEHOLDER b/web/stream.gathering.org/pre-tg15/ios/PLACEHOLDER new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/web/stream.gathering.org/pre-tg15/ios/PLACEHOLDER diff --git a/web/stream.gathering.org/pre-tg15/ios/event.m3u8 b/web/stream.gathering.org/pre-tg15/ios/event.m3u8 new file mode 100644 index 0000000..11152d3 --- /dev/null +++ b/web/stream.gathering.org/pre-tg15/ios/event.m3u8 @@ -0,0 +1,16 @@ +#EXTM3U +#EXT-X-TARGETDURATION:5 +#EXT-X-VERSION:3 +#EXT-X-ALLOW-CACHE:NO +#EXT-X-MEDIA-SEQUENCE:27432 +#EXTINF:4.97, +http://stream.tg13.gathering.org/ios/event-00027432.ts +#EXTINF:4.04, +http://stream.tg13.gathering.org/ios/event-00027433.ts +#EXTINF:3.99, +http://stream.tg13.gathering.org/ios/event-00027434.ts +#EXTINF:3.97, +http://stream.tg13.gathering.org/ios/event-00027435.ts +#EXTINF:3.74, +http://stream.tg13.gathering.org/ios/event-00027436.ts +#EXT-X-ENDLIST diff --git a/web/stream.gathering.org/pre-tg15/ios/stream.m3u8 b/web/stream.gathering.org/pre-tg15/ios/stream.m3u8 new file mode 100644 index 0000000..d3d46a6 --- /dev/null +++ b/web/stream.gathering.org/pre-tg15/ios/stream.m3u8 @@ -0,0 +1,8 @@ +#EXTM3U +#EXT-X-TARGETDURATION:5 +#EXT-X-VERSION:3 +#EXT-X-ALLOW-CACHE:NO +#EXT-X-MEDIA-SEQUENCE:1 +#EXTINF:3.84, +http://stream.tg13.gathering.org/ios/stream-00000001.ts +#EXT-X-ENDLIST |