2024-11-25, 09:24 AM
(This post was last modified: 2024-11-25, 09:25 AM by BáBa. Edited 1 time in total.)
I'm working on implementing a Tizen Smart Hub Preview and have nearly completed a functional version.
The basic process involves the application running on the TV, generating a JSON file, and sending it to a Tizen service.
For the preview to work, the application doesn’t need to be running, but I need a direct link to the thumbnail image to display it properly.
Currently, I see that the thumbnail is available at a URL like this:
http://<Server_Address>:8096/Items/<Item_ID>/Images/Thumb?fillHeight=122&fillWidth=216&format=jpg&quality=96&tag=<TAG>
However, the server response includes a
Content-Disposition: attachment
header, which prevents the thumbnail from being directly usable in the preview.
Is there a way to bypass this issue or modify the response so that the thumbnail URL can be embedded and displayed correctly in the Tizen preview?
Thanks
The basic process involves the application running on the TV, generating a JSON file, and sending it to a Tizen service.
For the preview to work, the application doesn’t need to be running, but I need a direct link to the thumbnail image to display it properly.
Currently, I see that the thumbnail is available at a URL like this:
http://<Server_Address>:8096/Items/<Item_ID>/Images/Thumb?fillHeight=122&fillWidth=216&format=jpg&quality=96&tag=<TAG>
However, the server response includes a
Content-Disposition: attachment
header, which prevents the thumbnail from being directly usable in the preview.
Is there a way to bypass this issue or modify the response so that the thumbnail URL can be embedded and displayed correctly in the Tizen preview?
Thanks