1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Updated website.

This commit is contained in:
Koen 2023-06-28 15:16:36 +02:00
parent 7ee2c5ab71
commit 7d82e279bb
4 changed files with 8 additions and 2 deletions

View file

@ -95,6 +95,8 @@ class TcpListenerService : Service() {
Log.i(TAG, "Started ListenerService")
Toast.makeText(this, "Started FCast service", Toast.LENGTH_LONG).show()
onCastPlay(PlayMessage("video/mp4", "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"))
return START_STICKY
}