Closed Karnith closed 10 years ago
Hej Matthew,
You are completely right, I still have some things to fix and add before I'm really done with the transcoding code. Playing on the fly transcoding video on Ios and Android is the next challenge. After that I'll start to implement your "file on ID based" idea so I can eventually build the option to share movies cross platform. was just happy the basic premise worked so I'd thought I'd share that. Thanks for all your help man!
Jan
Not a problem. For ios, you will more than likely need to do hls streaming. With hls, there is an option "cache:
-------- Original message -------- From: Jan Smolders Date:12/28/2013 04:48 (GMT-08:00) To: jansmolders86/mediacenterjs Cc: Matthew Marino Subject: Re: [mediacenterjs] Streaming output file... (#65)
Hej Matthew,
You are completely right, I still have some things to fix and add before I'm really done with the transcoding code. Playing on the fly transcoding video on Ios and Android is the next challenge. After that I'll start to implement your "file on ID based" idea so I can eventually build the option to share movies cross platform. was just happy the basic premise worked so I'd thought I'd share that. Thanks for all your help man!
Jan
Reply to this email directly or view it on GitHubhttps://github.com/jansmolders86/mediacenterjs/issues/65#issuecomment-31296025.
Cool Thanks man, I'll definitely try that! Happy new year to you too!
Hi Jan,
glad that the streaming is working while transcoding. I was looking through some of your code and noticed
startMovieStreaming = function(response, movieUrl, opts) { var outputPath = "./public/data/movies/output.mp4";
could I suggest naming the file the same as the session id? This would then enable multiple (distinct) sessions to the server with a file for each session (multi-user support). A cleanup job could then be ran to clear old and expired files.
Thanks,
Matthew