Hello everyone,
I have a Wowza server well running, with a live stream (origin), but limited to 100 viewers.
So now I decided to have another server to have more viewers.
I successfully added a new Wowza server with edge mode and can play my stream using one of the following URLs :
-
rtmp://tv.mondeduloisir.fr/tixtv/web (ORIGIN, IP = 94.23.194.145, Wowza version = 4.1.1)
-
rtmp://edge001.tv.mondeduloisir.fr/tixtv/web (EDGE, IP = 37.187.149.82, Wowza version = 4.1.2)
It’s the same stream and the same timecode as expected !
But I needed a Load Balancing option to choose the best server from only one URL.
So I followed that URL : https://www.wowza.com/docs/how-to-get-dynamic-load-balancing-addon for 4.0 version.
To test it, I’m using that URL : rtmp://tv.mondeduloisir.fr/redirect/tixtv/web (note “redirect” term).
But I have that error in the access logs :
2015-04-15 11:05:31 CEST connect session INFO 200 78.220.200.72 - _defaultVHost_ redirect tixtv 0.121 [any] 1935 rtmp://tv.mondeduloisir.fr/redirect/tixtv/ 78.220.200.72 rtmp http://p.jwpcdn.com/6/12/jwplayer.flash.swf WIN 17,0,0,134 952965818 3433 3073 - - - - - - - - - - - - - rtmp://tv.mondeduloisir.fr/redirect/tixtv/ -
2015-04-15 11:05:31 CEST create stream INFO 200 - - _defaultVHost_ redirect tixtv 0.025 [any] 1935 rtmp://tv.mondeduloisir.fr/redirect/tixtv/ 78.220.200.72 rtmp http://p.jwpcdn.com/6/12/jwplayer.flash.swf WIN 17,0,0,134 952965818 3486 3413 1 - 0 0 - - - - 0 0.0 rtmp://tv.mondeduloisir.fr/redirect/tixtv/ rtmp://tv.mondeduloisir.fr/redirect/tixtv/ - rtmp://tv.mondeduloisir.fr/redirect/tixtv/ -
2015-04-15 11:05:31 CEST comment server WARN 200 - MediaReaderH264.open[redirect/tixtv]: Not found: D:/Wowza/content/web.: java.io.FileNotFoundException: D:\Wowza\content\web (Le fichier spécifié est introuvable)|at java.io.RandomAccessFile.open(Native Method)|at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)|at com.wowza.io.WowzaRandomAccessFile.<init>(WowzaRandomAccessFile.java:12)|at com.wowza.io.DirectRandomAccessReader.open(DirectRandomAccessReader.java:222)|at com.wowza.wms.mediareader.h264.MediaReaderH264.open(MediaReaderH264.java:250)| - - - 110.161 - - - - - - - - - - - - - - - - - - - - - - - - -
2015-04-15 11:05:31 CEST destroy stream INFO 200 web - _defaultVHost_ redirect tixtv 0.448 [any] 1935 rtmp://tv.mondeduloisir.fr/redirect/tixtv/ 78.220.200.72 rtmp http://p.jwpcdn.com/6/12/jwplayer.flash.swf WIN 17,0,0,134 952965818 3550 3643 1 - 0 0 web - - - - - rtmp://tv.mondeduloisir.fr/redirect/tixtv//web rtmp://tv.mondeduloisir.fr/redirect/tixtv//web - rtmp://tv.mondeduloisir.fr/redirect/tixtv/ -
2015-04-15 11:05:31 CEST disconnect session INFO 200 952965818 - _defaultVHost_ redirect tixtv 0.644 [any] 1935 rtmp://tv.mondeduloisir.fr/redirect/tixtv/ 78.220.200.72 rtmp http://p.jwpcdn.com/6/12/jwplayer.flash.swf WIN 17,0,0,134 952965818 3550 3643 - - - - - - - - - - - - - rtmp://tv.mondeduloisir.fr/redirect/tixtv/ -
And that error in error logs :
WARN server comment 2015-04-15 11:05:31 - - - - - 110.161 - - - - - - - - MediaReaderH264.open[redirect/tixtv]: Not found: D:/Wowza/content/web.: java.io.FileNotFoundException: D:\Wowza\content\web (Le fichier spécifié est introuvable)|at java.io.RandomAccessFile.open(Native Method)|at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)|at com.wowza.io.WowzaRandomAccessFile.<init>(WowzaRandomAccessFile.java:12)|at com.wowza.io.DirectRandomAccessReader.open(DirectRandomAccessReader.java:222)|at com.wowza.wms.mediareader.h264.MediaReaderH264.open(MediaReaderH264.java:250)|
Why ???
For your information, the MASTER storageDir is : D:/Wowza_Content (I’m using Windows Server 2012).
Why I have “java.io.FileNotFoundException: D:\Wowza\content\web” (not the same folder…) ???
What I missed ? It’s really urgent of course…
Best regards.