Reply to thread

Great progress! Streaming now works for a lot of media, tested recording, movies and series. Some failed though and it seems to be the movies that had partial missing media info. First playback attempts in log were before rescan of movies and series. Pictures and audio is still scanning. 


I failed attempts of seeking during streaming, not sure what happened but multiple ffmpeg process were active after stop of stream. I manually killed several ffmpeg processes during my tests.


I noticed that the diskspace were improved in changelog but it didn't work in MPiV. The reason is that we use

http://192.168.1.31:4322/MPExtended/TVAccessService/json/GetAllRecordingDiskInformation

that return the actual available diskspace that I use for recording folder.

[{"Available":455.13,"Disk":"\\\\SERVER\\Recordings","PercentageUsed":75.6,"Size":1862.89,"Used":1407.76}]


The

http://192.168.1.86:4323/MPExtended/TVAccessService/json/GetLocalDiskInformation

return:

[{"Available":17.12,"Disk":"C:\\","PercentageUsed":84.7,"Size":111.69,"Used":94.57},{"Available":701.75,"Disk":"D:\\","PercentageUsed":84.9,"Size":4657.41,"Used":3955.66},{"Available":275.8,"Disk":"E:\\","PercentageUsed":85.2,"Size":1863.01,"Used":1587.22},{"Available":701.75,"Disk":"F:\\","PercentageUsed":84.9,"Size":4657.41,"Used":3955.66},{"Available":455.13,"Disk":"G:\\","PercentageUsed":75.6,"Size":1862.89,"Used":1407.76},{"Available":0,"Disk":"I:\\","PercentageUsed":0,"Size":0,"Used":0}]


These disks are not used for recordings. Only the network folder Recordings is used for all cards. However, I use driver bender and the actual used disks could be multiple but e.g. C: drive shouldn't be included.


Top Bottom