ytdl: get start_time

This commit is contained in:
Ricardo Constantino 2015-07-29 00:00:13 +01:00 committed by wm4
parent 794dbd847a
commit 81bfe4da8f
1 changed files with 6 additions and 0 deletions

View File

@ -259,6 +259,12 @@ mp.add_hook("on_load", 10, function ()
end
end
-- set start and end time
if not (json.start_time == nil) then
msg.debug("setting start to: " .. json.start_time .. " secs")
mp.set_property("file-local-options/start",json.start_time)
end
-- for rtmp
if not (json.play_path == nil) then
local rtmp_prop = append_rtmp_prop(nil, "rtmp_tcurl", streamurl)