25 Commits

Author SHA1 Message Date
timebomb0
80b1fb8ce7 Improve logging around getting plex status 2021-03-07 03:06:09 -08:00
vexorian
766241eaec Tweaks and fixes to music player. 2021-01-24 00:00:37 -04:00
vexorian
9f194e62c6 #18 Allowing to play audio files in channels. They actually play now, but requires editing the channel json manually because there is no UI to import them yet. 2021-01-23 13:03:53 -04:00
vexorian
1d502f212a Merge remote-tracking branch 'fork/dev/1.2.x' into dev/1.3.x 2021-01-17 16:14:27 -04:00
Rafael Vieira
f0ad76b76c Fixed Direct Play with Transcoding 2021-01-15 17:28:03 -03:00
Jason Dove
6696d626fc add ffmpeg deinterlace options 2021-01-14 13:18:11 -06:00
vexorian
1254928cd6 Fix bug with the direct path bug fix 2020-11-22 19:18:11 -04:00
vexorian
f878125320 #171 Do not require Plex connection to play videos when direct paths are enabled. 2020-11-21 17:45:19 -04:00
vexorian
18bd87dcaf Fix anamorphic video (again), when audio is transcoded by plex but video is direct played. #127 2020-09-26 12:09:03 -04:00
vexorian
904444ebc5 Do not allow to enable subtitles if direct play is forced. 2020-09-10 19:51:28 -04:00
vexorian
461dfea071 - "Smart" resize instead of relying on ffmpeg for the logic. This fixes the bug with anamorphic video getting messed up aspect ratios.
- Normalize resolution will always normalize anamorphic videos, even if they have the same dimensions.
- When transcoding and normalize resolution being off, padding will not be added. But there's a special case for odd dimensions, where it needs to add 1 pixel.
- Changed scaling algorithm to 'billinear_fast'. It has 'fast' in the name, so hopefully it's faster?
2020-09-05 17:57:41 -04:00
vexorian
3022dfe375 1 json per channel. Plex server editing and status. Max resolution for transcoding. 640x360 fix. 2020-08-22 10:37:40 -04:00
vexorian
b54b5d9112 * Fix Plex mobile apps spamming a new notification every time a video plays.
* Loading Screen.
* Minor log improvements.
* Minor defaults improvements.
* FFMPEG concat process to use 1 thread.
* Fix av1 bug when plex has to transcode the audio.
* /m3u8 endpoint
2020-08-14 23:31:28 -04:00
vexorian
0bc810ccec Introducing dizqueTV 2020-08-10 22:53:40 -04:00
vexorian
06c11a1d16 Fix issue with concurrent streams playing when they both require Plex transcoding. One would be forcefully stopped by Plex. 2020-08-09 15:01:52 -04:00
vexorian
f9dd2af4d4 Flex time slots. Av1 support in ffmpeg provided by Dockerfile. Channel cache. Async guide writer. 2020-07-25 16:41:04 -04:00
vexorian
2c19357220 Update plex status to stopped in more situations. Code for resolution/codec normalization and alignment, but currently disabled by constants in ffmpeg.js 2020-06-21 18:22:32 -04:00
Jordan Koehn
8c7126d98c use correct audio index chosen in plex when direct playing. Also fix ui bug in plex settings menu 2020-06-20 17:58:05 -04:00
Jordan Koehn
52052bf91d add plex options to pick between plex paths and direct paths. Change ffmpeg concat to always read in at fastest rate possible. /stream endpoint will now always spawn a seperate ffmpeg process now, no longer redirects sometimes. Plex transcoder has ability to update play status regardless of direct/plex paths. Add debug logging. 2020-06-20 14:21:31 -04:00
vexorian
9302bcc05d Deal with 'Cannot convert to below minimum bandwidth of' error. 2020-06-20 13:26:38 -04:00
Jordan Koehn
899a1b24f7 Add plex option to control downmix audio boost. Also fix request for audio channel limitation, was missing a & in the request 2020-06-20 13:26:38 -04:00
Jordan Koehn
0fe29e7598 Handle stream stream concatination using ffmpeg concat demuxer (ffmpeg 4.2+ required).
Change docker container to use alpine linux, comes with ffmpeg 4.2+ easier.
Encode commercials to be same video codec as programs when channel icons enabled. Resolution/framerate could still be problematic.
2020-06-20 13:26:37 -04:00
Jordan Koehn
d5f4bea481 change from node-fetch to axios. Seems to be less strict. Confirmed working for remote servers whereas node-fetch would throw error 'Only absolute URLs are supported' if server was remote." 2020-06-20 13:26:36 -04:00
Jordan Koehn
ba8673e3b4 Improvements.
Sign in/Urls:
  Sign in now adds all servers; however refresh guide/refresh channels must be edited through the json.
  Now uses local/remote server https url instead of local 34440 port url with no cert.

Video Playback:
  Remove code not enforcing time limit for streams.
  Make default stream protocol http instread of hls which was used previously. Add option to choose.
  Add option to specify video codecs (which is prone to user error). Added mpeg2video to default video codecs.
  Add option to specify direct stream/transcode media buffer size. Not sure how much of a difference this makes.
  Add in safeguard to ffmpeg's kill so failed streams don't crash the application

M3Us:
  Add group-title="PseudoTV" for easier management in xteve
2020-06-20 13:26:35 -04:00
Jordan Koehn
1848a9c432 Implement plex transcoder api into PseudoTV-Plex. Add more specific settings for ffmpeg/plex. Remove some options which are no longer valid/possible. 2020-06-20 13:26:33 -04:00