View Single Post
  #50  
Old 01-04-2017, 06:53 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: Can somebody help get filmon rtmp code to play with livestreamer?


The chunk overlap time seems to be the time taken to connect to the next stream clip in the sequence, you could probably dump a timed value into a txt file by setting timer to start on rtmp starting and then ending when the clip being is written to the hdd.


set time_start=%time%
set time_end=%time%
set time_taken=%time_end%-%time_start%
echo time_taken
Reply With Quote