November 29, 2023, 07:07:51 AM
Welcome, Guest. Please login or register
News: Join us for a FREE Webinar this Thursday at http://webinar.digitalsignage.com

MediaSignage support forum



Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Studio (Legacy / SignStudio) / Station Disconnects
« Last post by hurfordc on September 28, 2023, 01:19:57 PM »
I have an issue that when the station goes green and I click to get a snapshot it turns yellow and nothing happens. Sometimes it turns red.
I got lucky and got it to work one time. My other 4 signs work fine with the same setup.
12
mediaPLAYERS, Hardware and accessories / 30+ mediaDroids for Sale
« Last post by ProductionBrain on September 25, 2023, 06:19:05 PM »
I have 39 mediaDroids in their original packaging ready for sale. They were purchased a few years ago and used for one project. They have been sitting in their boxes since.

They are 32GB and each one has a 6" HDMI cable included.

Please email me at digitalsignage AT productionbrain dot com to make an offer.
13
mediaPLAYERS, Hardware and accessories / Re: mediadroid+ screen resolution
« Last post by admin on September 22, 2023, 08:40:45 AM »
can you try the unit on another display preferably a 1080p display. this is to check if the unit is working.  if it works, go to Settings | Device Preferences | Display and set the resolution to 1024x768

the unit should not get stuck at the startup logo irregardless of the display.  how is the unit powered? it requires 12v 3a

best regards

-ADMIN
14
mediaPLAYERS, Hardware and accessories / mediadroid+ screen resolution
« Last post by PieterDM on September 19, 2023, 12:45:47 AM »
I have a problem with the mediadroid+ reolution.

my display only accepts 1024x768 resolution, 60Hz on a hdmi input. When i connect a laptop, it works fine. When I connect the mediadroid+ it doesn't display anything. It keeps getting stuck on the startup logo (AI S922X logo). How can i adjust the reolution of the mediadroid x to 1024x768?
15
mediaPLAYERS, Hardware and accessories / Creative uses for old mediadroidx hardware?
« Last post by Rusbry on August 31, 2023, 08:35:52 AM »
Hi gang,

We're cycling out some mediadroidx units here, and were wondering if anyone has had any luck using them for non-digital signage applications? We'd love to find a second life for these. If anyone has advice for rooting/linux installs on these I'd love to hear it! If we could end up with 4 or 5 little linux boxes or Chrome stations out of these it would be a win.

Thanks,
Ryan
16
Studio (Legacy / SignStudio) / Re: Embedded Web Player
« Last post by admin on August 25, 2023, 08:55:29 PM »
to further explain the purpose of the embedded link, copy the code below and place it in a text file then rename the file to samplePreview.html then double-click on it to open it on the browser.

Code: [Select]
<html>
    <style>
        table {
            width: 100%;
            height: 100%;
        }

        td {
            width: 33%;
            height: 50%;
        }

        iframe {
            width: 100%;
            height: 100%;
        }

    </style>
    <body>
        <table>
            <tr>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=575315&sceneId=12&token="></iframe>
                </td>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=575579&sceneId=20&token="></iframe>
                </td>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=575742&sceneId=18&token="></iframe>
                </td>
            </tr>
            <tr>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=576180&sceneId=18&token="></iframe>
                </td>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=576594&sceneId=21&token="></iframe>
                </td>
                <td>
                    <iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=576090&sceneId=21&token="></iframe>
                </td>
            </tr>
        </table>
    </body>
</html>

the code above shows 2 rows x 3 columns table each with a player preview link taken from sign studio.  note that each is an independently running presentation.

best regards

-ADMIN
17
Studio (Legacy / SignStudio) / Re: Embedded Web Player
« Last post by admin on August 25, 2023, 07:54:55 PM »
the intent of the embedded link is to display the preview link from sign studio.  these are normally signage presentations.

if the intent is to show multiple web pages, then i would suggest creating a web page with 2 x 6 grid contain iframes where each iframe shows different web pages.  you do not need to embed the 6 webpages into your scene then embed the scene's preview link in an iframe.  the latter will have significant overhead so it would just be best to just create a web page containing the 6 iframes of the pages you want to show.

best regards

- ADMIN
18
Studio (Legacy / SignStudio) / Re: Embedded Web Player
« Last post by srosl on August 25, 2023, 08:33:36 AM »
Admin,
I am looking at creating an embedded version of the signage player, where the page displays multiple HTML windows, akin to what you would see in a NOC.

Per your website:
 "The SignagePlayer Web / Embedded versions allow you to playback your presentation in any browser. With the SignagePlayer Embedded version, you can use an HTML snippet to embed your presentation as part of a web page. With the SignagePlayer Web version you can share your presentation with others using a web link. And the best part, make a change once and have it updated everywhere!"
19
General discussion on the mediaCLOUD / Re: STREMING 250 TV CHANELS THROW A FIREWALL
« Last post by admin on August 24, 2023, 07:54:19 PM »
though our platform can be configured to include live broadcast in a signage presentation, your requirement is  beyond the scope of our use case.  this is more a multichannel ingest system use case which our platform does not support.

you can search for such solution using the keyword i've highlighted

best regards

-ADMIN
20
Studio (Legacy / SignStudio) / Re: Embedded Web Player
« Last post by admin on August 24, 2023, 07:27:18 PM »
we are unclear if you wanted to create a scene displaying web pages or you want to embed a web player preview link on a web page.

if your intent is to create a scene displaying web pages, you can use our new HTML component and arrange the component as shown in the screenshot  in this screenshot, we have two HTML and an a Youtube component (one of the HTML component is showing a Youtube Live Stream using the embedded link from Youtube): https://app.screencast.com/KUWmSvABM6YXl - the resulting output is as follows: https://app.screencast.com/xKVWPyahvGhk2

if the intent is to show the the preview link in a web page, then use iframe on your webpage coded in this manner:
Code: [Select]
<iframe src="https://galaxy.signage.me/signplayer/?domain=galaxy.signage.me&businessId=605365&sceneId=6&token="></iframe>

best regards

--ADMIN

Pages: 1 [2] 3 4 ... 10
Carbonate design by Bloc
variant: carbon
SMF 2.0.12 | SMF © 2016, Simple Machines