Skip to content

Commit c705b63

Browse files
authored
Merge pull request #102 from alexballas/devel
v1.18.1
2 parents e1c1384 + 879f8a5 commit c705b63

17 files changed

+531
-124
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Since the repo provides a [Dockerfile](./Dockerfile), you can build a Go2TV Dock
7171
``` console
7272
$ docker build --force-rm [--pull] -t go2tv github.com/alexballas/go2tv#main
7373
```
74-
Notice the branch name after the `#`, as the above will build `main`. You can also build `devel` if you want to build the latest code. Usage under Docker is outside this document's scope, check Docker docs for more information, specially volume mounts and networking. [x11docker](https://github.com/mviereck/x11docker) might come handy to run GUI mode, although it's not tested, since main Docker usage is CLI.
74+
Notice the branch name after the `#`, as the above will build `main`. You can also build `devel` if you want to build the latest code. Usage under Docker is outside this document's scope, check Docker docs for more information, specially volume mounts and networking.
7575

7676
**Running using Docker**
7777

@@ -93,6 +93,10 @@ Go2TV supports live video transcoding, if ffmpeg is installed. When transcoding,
9393

9494
Go2TV also supports selecting subtitles for video files that have embedded subtitle tracks. This functionality requires ffmpeg to be installed. You can choose the desired subtitle track when casting your media files, enhancing your viewing experience on UPnP/DLNA Media Renderers and Smart TVs.
9595

96+
**SSDP Listen Port Range (for firewall configurations)**
97+
98+
Go2TV now binds the SSDP listener to a port within the fixed range 1900-2000, instead of relying on the system's automatic port assignment. The application will automatically select the first available port from this range. If you are running Go2TV behind a firewall, ensure that inbound UDP traffic is allowed on ports 1900-2000 to enable proper SSDP discovery and device communication.
99+
96100
**MacOS potential issues**
97101

98102
If you get the "cannot be opened because the developer cannot be verified" error, you can apply the following workaround.

assets/go2tv-icon-color.svg

Lines changed: 170 additions & 0 deletions
Loading

assets/go2tv-icon-desktop-512.png

-9.5 KB
Loading

assets/go2tv-icon.png

86.8 KB
Loading

0 commit comments

Comments
 (0)