TTML+PNG suppont on Chromecast CAF3 - chromecast

I'm migrating from Chromecast v2 framework to CAF3, both using SHAKA player.
On v2 I'm able to activate and watch TTML+PNG subtitles.
On v3 I'm able to activate TTML+PNG but I can't watch them. I've look for a hidden div or something with no luck.
I cant migrate to CAF3 if I'm not able to watch this type of subtitle.
Does any one had a similar issue? Any advice?

Related

Android Auto media app issue with duplicate apps

We developed a Mobile app with Xamarin forms. Now we want to give support for Android-Auto (Cars).
Made all the necessary configurations to make it work for our media player-related app on Android Auto.But I am able to see the 2 apps on the Android auto console (DHU). From one of the app, we are able to see all the content whatever we are expecting. Due to this duplicate/ multiple apps issue. I am unable to see the media content playing when we play the audio from Mobile. I have added all the necessary changes in manifest file related to MediaBrowser service and intent filter. But still facing the above mentioned issues.
Am I missing something here? How to get it to work as expected?
I added in the manifest file about support for Android-auto.
<meta-data android:name="com.google.android.gms.car.application"
android:resource="#xml/automotive_app_desc"/>
...

Image and Video links do not open in Electron app

Hi,
I face a very weird thing from electron that I could not understand why.
Suppose we develop a very simple webView tag based electron app like following link
simple electron webview sample
Then I changed the default website to www.varzesh3.com which has some video links always.
Then when I click on the image or video links, those links does not open and I do not know why.
It seems that because those links are not normal links, they wont open.
Please let me know if you have any ideas in this regard.
Thanks
I find a link and based on it, I can remove this bug.
Choose which popups should be allowed from webview in electron app
This is the updated fork of electron-webview project that in which I resolve that bug.
https://github.com/monhi/electron-webview

Has anyone experimented with getting a video played on a mini app? On the Alipay site there is some documentation, still wanted to post the question

Wanted to know if any of you guys have played around with getting a video to play in a mini app? I have looked at some of the Alipay documentation and from what I can see there is only one supported platform to upload a video to in order to use within the mini app...
You cant get videos to play in native mini programs because the tag is not currently supported.
You could get videos to play by making use of the web-view which points to a website which hosts the video

Audio problems in nativescript app on iOS

I have a nativescript-app that uses text-to-speech functionality (#nativescript-community/texttospeech).
This is working fine so far.
Now, I open a modal-view with the #nstudio/camera-plus plugin that enables the user to capture a photo.
After closing the camera-view, the audio of the text-to-speech is only half as loud as before.
Is the camera messing up the audio-settings? And if so, how can I avoid that?
Nativescript 8.1
texttospeech 3.0.3
camera-plus 4.0.3
Didn't find the cause for this, but at least a workaround.
I put this above every audio-related task:
AVAudioSession.sharedInstance().setCategoryWithOptionsError( AVAudioSessionCategoryPlayAndRecord, AVAudioSessionCategoryOptions.DefaultToSpeaker);
That sets the volume back to full.

Is that possible to show video picker like photo taker in windows?

I need to display the videos and select only videos from the gallery, just like phototaker in wp.
Is that possible in windows phone?
I have also googled, but couldn't find any class available.
Is not possible as of now. We already tried to do this.
Also we checked the other applications like Whatsapp and viber which are top in market now, they are also not using it video selector. Since they have the video selector in all other platforms.

Resources