-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I send local pictures or video files to the TV for playback? #268
Comments
Hi @Kanagizhe are you able to pair iOS and smartTV device, i am able to fetch devices but after connect() method not able to send pair code to smartTV, self.connectedDevice = obj can you please help me for pairing iOS to smart TV device. |
Hello, I have not encountered your problem during development. I use OC to develop an APP for LG. After calling the connect method, a pin code pop-up window will appear on the TV. Enter the pin code on the mobile phone to complete the pairing. The following is You can refer to my code: |
@Kanagizhe Thank you for reply but i am already try same code but device not display code, any permission require for this pincode screen display? |
Try it in AppDelegate: |
Hi @Kanagizhe Thank you for quick response i have try but no luck for above code I am using swift code i am attaching my code, Please help me if you have sometime. Thanks you so much for your valuable time |
Hi, I noticed that your TV model is not LG, maybe it does not require a PIN to connect? Try changing the pairing type to firstScreen or None, Mirrors, etc., which may help. |
Hi, @Kanagizhe Thank you for Reply, My device is OnePlus Y Series but another market app is send pairing code to my device but only my app not sending code, i am not sure other market app use same SDK or not. Have you idea about any other SDK? |
Sorry, I haven't found any other universal SDK yet. If you find any, please let me know, thank you. |
You can try with smart-view-sdk develop by Smasung |
I have try with changing the pairing type to firstScreen or None, Mirrors, etc. but no luck. Is there any other code for connect direct services or device with sending code to device? |
Sorry, I have not developed the model adaptation and pairing problems you encountered. Please try to contact the official developers, although the questions I raised have never been officially replied. |
Exactly, i also send mail but no reply from support |
Hi @SuppaStrong you can try with this lib it's worked for me for pairing code and Remote control Keys to android TV, |
You can try with GoogleCast, I am done using Google Cast and i am done with casting |
Using the method in the document, I can use the URL of the pictures or videos to cast them to the TV, but how do I select pictures or videos from the mobile phone album to make them play on the TV? After searching for information, I think using WEBServer is a feasible solution, but after trying it, it cannot play normally. Please help me.
The text was updated successfully, but these errors were encountered: