Moderator: moderators
daneren2005 wrote:Are you not uploading the source code anymore?
sindre_mehus wrote:daneren2005 wrote:Are you not uploading the source code anymore?
Sorry, no. Starting with 6.0, Subsonic is no longer open-source (the source code for older versions is still available).
The main reason for this change is that the source contains some software license codes I have purchased and that shouldn't be used by forked projects.
memchk wrote:Would you ever consider following a "commercial" and "open source" release model a la Owncloud? This way people who like the open source and tinkerabillity of subsonic are satisfied, while proprietary elements could be added / charged for.
marcobto58 wrote:Hi
I installed the 6.0 and are pleased with the new look and new features. you did a great job.
I am sorry that it is no longer possible to set the bit rate streaming videos.
I have several users using slow lines, and so it becomes impossible to streaming video. The offline conversion is heavy and doubles the space for video..
It would be possible to restore this functionality?
Furthermore the stream is often interrupted and logs are full of start transcoding messages. It's a normal condition? See log following.
Best regards
log:
...
[2016-05-01 18:58:26,904] INFO TranscodeInputStream - Starting transcoder: /var/subsonic/transcode/ffmpeg -ss 20 -t 10 -i /media/O_Store/MOVIES/Film/2010 - 13.avi -s 400x170 -v 0 -b:v 200k -maxrate 200k -bufsize 256k -flags -global_header -map 0:0 -map 0:1 -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
[2016-05-01 18:58:38,535] INFO TranscodeInputStream - Starting transcoder: /var/subsonic/transcode/ffmpeg -ss 30 -t 10 -i /media/O_Store/MOVIES/Film/2010 - 13.avi -s 400x170 -v 0 -b:v 200k -maxrate 200k -bufsize 256k -flags -global_header -map 0:0 -map 0:1 -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
[2016-05-01 18:58:52,020] INFO TranscodeInputStream - Starting transcoder: /var/subsonic/transcode/ffmpeg -ss 40 -t 10 -i /media/O_Store/MOVIES/Film/2010 - 13.avi -s 400x170 -v 0 -b:v 200k -maxrate 200k -bufsize 256k -flags -global_header -map 0:0 -map 0:1 -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
[2016-05-01 18:59:04,289] INFO TranscodeInputStream - Starting transcoder: /var/subsonic/transcode/ffmpeg -ss 50 -t 10 -i /media/O_Store/MOVIES/Film/2010 - 13.avi -s 400x170 -v 0 -b:v 200k -maxrate 200k -bufsize 256k -flags -global_header -map 0:0 -map 0:1 -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
[2016-05-01 18:59:17,220] INFO TranscodeInputStream - Starting transcoder: /var/subsonic/transcode/ffmpeg -ss 60 -t 10 -i /media/O_Store/MOVIES/Film/2010 - 13.avi -s 400x170 -v 0 -b:v 200k -maxrate 200k -bufsize 256k -flags -global_header -map 0:0 -map 0:1 -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
and so on ...
sindre_mehus wrote:marcobto58 wrote:Hi
I installed the 6.0 and are pleased with the new look and new features. you did a great job.
....
Glad you like the new look!
The new video implementation uses "adaptive bitrate streaming", meaning it's supposed to dynamically adapt to the available bandwidth. (How well this works in practice probably depends a lot on the browser and the OS). It's set up to use between 200 - 3000 kbps. In your example it's already at the lower end (200k).
The conversion is done in 10-second chunks, that's why there are multiple ffmpeg entries in the log. (I'm using a protocol called HLS, see https://en.wikipedia.org/wiki/HTTP_Live_Streaming)
The current video implementation is probably not ideal for all browser/OS/bandwidth/videoformat combinations, but hopefully it should be good enough in most cases. And hopefully, browser support for HLS will improve over time.
Regards, Sindre
sindre_mehus wrote:daneren2005 wrote:Are you not uploading the source code anymore?
Sorry, no. Starting with 6.0, Subsonic is no longer open-source (the source code for older versions is still available).
The main reason for this change is that the source contains some software license codes I have purchased and that shouldn't be used by forked projects.
Skywatcher wrote:Hi Sindre,
Thanks for the new version. I've been running 6.0.beta2 without any issues, but when trying to install 6.0 final using the debian/ubuntu file I get the following error:
dpkg-deb: file `subsonic-6.0.deb' contains ununderstood data member data.tar.xz , giving up
dpkg: error processing subsonic-6.0.deb (--install):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
I've never had any issues with any subsonic deb packages before.
is anyone suffering the same problem?
Users browsing this forum: No registered users and 2 guests