Flussonic

Flussonic архив на SmartIPTV

Помогитe настроить dvr архив, чтоб показивать на SmartIPTV. Epg работает, но siptv ищет ?utc= lutc=
Есть какой нибуть способт видеть архив с fussonic на siptv ?

  • Organize time cues on channel streams using the Unix Time format parameter (in seconds) added to stream URL. For example, http://our.stream.url:8080/some_stream_info/?utc=1425988050 &lutc=1425988225 which is added to the URL automatically by the application, when the user selects some specific programme using EPG list for the current day or day in the past (up to 15 days back). Also, another optional parameter lutc=1425988225 , is added to the URL, which specifies the current time. You can check the functionality of the archived programming by loading the full archived stream URL to the VLC application, which should start on specific time cue.
    простите за ошибки

I am using reverse proxy in my local nginx with configuration:

location ~^/some_my_path/(.+)$ {
set $stream_id $1;
if ($arg_utc) {
    proxy_pass $flussonic_dsn/$stream_id/timeshift_abs-$arg_utc.ts;
}
proxy_pass $flussonic_dsn/$stream_id/mpegts.ts;
}
1 Like

Wielkie dzięki :slight_smile: I will try.

Здравствуйте у меня таже проблема не могу видеть архив и я не умею програмировать помогите пожалуйста