- Code: Select all
Your input can't be opened:
VLC is unable to open the MRL 'https://<server:port redacted>/stream?player=6&suffix=.mkv'. Check the log for details.
Upon further inspection the message log produces the following:
- Code: Select all
gnutls error: TLS handshake error: The Diffie-Hellman prime sent by the server is not acceptable (not long enough).
main error: TLS client session handshake error
access_http error: cannot establish HTTP/TLS session
access_mms error: invalid HTTP reply ''
main error: open of `https://<server:port redacted>/stream?player=6&suffix=.mkv' failed: (null)
Troubleshooting steps: Windows Media player seems to correctly stream files, but in this case I wanted to use the extended functionality of VLC to try some things. Turns out none of the streams are working on VLC due to above error. I have tried to make VLC stream from the non-secured port, but that just seems to redirect to the secured one. I don't really want to leave the server totally unsecured either. Would think this would be fixable by changing an option somewhere, but could not find one anywhere.
Playback Application and version: VLC Media Player v1.1.11
Subsonic Version: 4.6 (build 2585) – December 6, 2011
Server Version: jetty-6.1.x, java 1.6.0_18, Linux (78.4 MB / 189.5 MB)
Hardware Platform: Server: Fedora Core FC13. Client: Windows 7 Ultimate.
Java Memory Limit: 512
Problem Filename: Any (even ones that work correctly in Windows Media Player or the Web interface)
Output from ffmpeg -i: Should be none needed, but if you really need a sample I can get you one.
Last ten log file lines:
- Code: Select all
[1/2/12 1:43:00 AM CET] INFO DownloadController Downloading 'some movie.mkv' to Player 8 [admin]
[1/2/12 1:49:34 AM CET] INFO TranscodingDao Created transcoding mkv video
[1/2/12 1:53:44 AM CET] INFO PlayerDao Created player 9.
[1/2/12 1:53:44 AM CET] INFO DownloadController Got range: Range[39878656,9223372036854775807]
[1/2/12 1:53:44 AM CET] INFO DownloadController Starting to download 'some movie.mkv' to Player 9 [admin]
[1/2/12 1:53:44 AM CET] INFO DownloadController Downloading 'some movie.mkv' to Player 9 [admin]
[1/2/12 1:53:50 AM CET] INFO PlayerDao Created player 10.
[1/2/12 1:53:50 AM CET] INFO DownloadController Starting to download 'some movie.mkv' to Player 10 [admin]
[1/2/12 1:53:50 AM CET] INFO DownloadController Downloading 'some movie.mkv' to Player 10 [admin]
[1/2/12 1:54:35 AM CET] INFO PlayerDao Created player 11.
Does anyone know how to fix this issue?
Thanks,
- SG
