Chapters in Movies
Hello
Media Player can render a Movie with an Url like:
http://192.168.0.10:8895/resource/10492 ... 0/ORIGINAL
Moving the slider I can get instantaneously jump to any Timestamp of the Movie.
Having a look at the Logfile ...
2015-10-08 21:31:08,333 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:2941: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=0-,Connection: close,Host: 192.168.0.10:8895]]
2015-10-08 21:35:09,680 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:2964: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=414354598-,Connection: close,Host: 192.168.0.10:8895]]
2015-10-08 21:37:15,501 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:3000: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=691441957-,Connection: close,Host: 192.168.0.10:8895]]
...it is obvious that using the Range Header the seriio service starts to stream the movie at any timestamp the media-client requests it to.
The simple question is :can I configure a playlist for each movie for adding chapters to it?
Since the programming logic for rendering at a specific timestamp is implemented, a further step should be done to store these timestamps in a config-file for each movie at the server-side , so it could be contained in the repository.
Thanks in advance.
Media Player can render a Movie with an Url like:
http://192.168.0.10:8895/resource/10492 ... 0/ORIGINAL
Moving the slider I can get instantaneously jump to any Timestamp of the Movie.
Having a look at the Logfile ...
2015-10-08 21:31:08,333 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:2941: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=0-,Connection: close,Host: 192.168.0.10:8895]]
2015-10-08 21:35:09,680 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:2964: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=414354598-,Connection: close,Host: 192.168.0.10:8895]]
2015-10-08 21:37:15,501 DEBUG [ServiioHttpService] Incoming request from /192.168.0.103:3000: GET /resource/104924/MEDIA_ITEM/AVC_MP4_MP_HD_720p_AAC-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Lavf/55.9.100,Accept: */*,Range: bytes=691441957-,Connection: close,Host: 192.168.0.10:8895]]
...it is obvious that using the Range Header the seriio service starts to stream the movie at any timestamp the media-client requests it to.
The simple question is :can I configure a playlist for each movie for adding chapters to it?
Since the programming logic for rendering at a specific timestamp is implemented, a further step should be done to store these timestamps in a config-file for each movie at the server-side , so it could be contained in the repository.
Thanks in advance.