I have deployed my GA server and it is running fine in my VM (UBUNTU 16.04), The game is started inside my VM but when i run the client i expect the Running game has to be streamed back to the desktop using RTSP. But the client log shows as follows.
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
watchdog: initialized, but no frames received ...
Hi All,
I have deployed my GA server and it is running fine in my VM (UBUNTU 16.04), The game is started inside my VM but when i run the client i expect the Running game has to be streamed back to the desktop using RTSP. But the client log shows as follows.
manoj@manoj-VirtualBox:~/myprog/gaminganywhere/bin$ ./ga-client config/client.rel.conf rtsp://192.168.0.38:8554/desktop
[3112] 1573746214.579953 # include: config/common/controller.conf
[3112] 1573746214.581756 # include: config/common/video-x264.conf
[3112] 1573746214.581980 # include: config/common/audio-lame.conf
*** Relative mouse mode enabled.
[3112] 1573746214.582460 # RTSP[config]: using 'udp' for RTP flows.
[3112] 1573746214.582708 # RTSP[config]: controller port = 8555
[3112] 1573746214.582875 # RTSP[config]: controller via 'udp' protocol.
[3112] 1573746214.583212 # RTSP[config]: video-encoder = libx264 (libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)
[3112] 1573746214.583439 # RTSP[config]: audio-encoder = libmp3lame (libmp3lame MP3 (MPEG audio layer 3))
[3112] 1573746214.583656 # RTSP[config]: video specific option: threads = auto
Remote server @ 192.168.0.38[192.168.0.38]:8554
[3112] 1573746215.039712 SDL: prefer opengl hardware renderer.
[3112] 1573746215.040022 controller queue: initialized size=32708 (481 units)
[3112] 1573746215.049518 rtspclient: max tolerable video delay disabled.
*** SAVEFILE: YUV image saved to 'NULL'; timestamp saved to 'NULL'. RTP reordering threshold = 300000
[3112] 1573746215.050688 qos-measurement: initialized.
Opening connection to 192.168.0.38, port 8554... watchdog: launched, waiting for audio/video frames ...
[3112] 1573746215.053231 controller socket: socket address [192.168.0.38:8555]
[3112] 1573746215.053333 controller client-thread started: tid=3117.
watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ... watchdog: initialized, but no frames received ...
Can anyone help me to resolve the above issue.