StreamiX Desktop For Mac

Suggestions and comments for Pandoras Box V5

Moderator: Moderator Group

StreamiX Desktop For Mac

Postby alverman » Sat Oct 06, 2012 4:43 pm

StreamiX Desktop Rev 1 for mac please
PROService -IT
Intel i7 2600K LGA1155
MB P8H67-MLE 16GB
2xSSD 250GB
GTX470
Win 8.1 PRO
Manager STD V6.1
Player PRO V6.1
WDPro V5 2500
** La famiglia ti nutre, ti veste .... finchè non sei pronto per girare il mondo alla ricerca di qualcosa di tuo. **
User avatar
alverman
 
Posts: 562
Joined: Sat Jun 12, 2010 6:37 pm

Re: StreamiX Desktop For Mac

Postby Markus Zeppenfeld » Mon Oct 08, 2012 7:49 am

Hi Alverman,

this is already on our list.
As the StreamiX connects to a TCP stream it is basically possible to hook up to all desired operating platforms. As I am not sure when we will implement the MacOS version, you could think about building your own, if you got a clever programmer.
If you need the specification of sending TCP packets to the StreamiX input, please let me know.

Markus
Markus Zeppenfeld
Senior Product Manager, Pandoras Box

"Have you tried turning it off and on again?" (from "The IT Crowd" / channel 4)
Markus Zeppenfeld
 
Posts: 824
Joined: Wed Mar 02, 2011 10:12 am
Location: Cologne - Germany

Re: StreamiX Desktop For Mac

Postby alverman » Fri Oct 12, 2012 9:01 pm

I know vb.net and a little c #. and I found some examples on the net.
you could send me the specifications of sending Streamix ?

Thanks, Alberto
PROService -IT
Intel i7 2600K LGA1155
MB P8H67-MLE 16GB
2xSSD 250GB
GTX470
Win 8.1 PRO
Manager STD V6.1
Player PRO V6.1
WDPro V5 2500
** La famiglia ti nutre, ti veste .... finchè non sei pronto per girare il mondo alla ricerca di qualcosa di tuo. **
User avatar
alverman
 
Posts: 562
Joined: Sat Jun 12, 2010 6:37 pm

Re: StreamiX Desktop For Mac

Postby alverman » Mon Oct 15, 2012 3:45 pm

This is a simple code for desktop sender, if you want, I need entry specs in PB desktop server.

Code: Select all
Imports System.IO
Imports System.Net
Imports System.Net.Sockets
Imports System.Threading
Imports System.Drawing
Imports System.Runtime.Serialization.Formatters.Binary

Public Class frm_Client
    Dim client As New TcpClient
    Dim nstream As NetworkStream

    Public Function Desktop() As Image
        Dim bounds As Rectangle = Nothing
        Dim screenshot As System.Drawing.Bitmap = Nothing
        Dim graph As Graphics = Nothing
        bounds = Screen.PrimaryScreen.Bounds
        screenshot = New Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)
        graph = Graphics.FromImage(screenshot)
        graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)
        Return screenshot
    End Function

    Private Sub SendImage()
        Dim bf As New BinaryFormatter
        nstream = client.GetStream
        bf.Serialize(nstream, Desktop())
    End Sub

    Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
        SendImage()
    End Sub

    Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
        Try
            client.Connect("192.168.1.13", 1250)
        Catch ex As Exception
            MsgBox("Failed to connect...")
        End Try

        Timer1.Start()
    End Sub

    Private Function GetCRC32(p1 As Object, p2 As Integer) As Object
        Throw New NotImplementedException
    End Function

End Class
PROService -IT
Intel i7 2600K LGA1155
MB P8H67-MLE 16GB
2xSSD 250GB
GTX470
Win 8.1 PRO
Manager STD V6.1
Player PRO V6.1
WDPro V5 2500
** La famiglia ti nutre, ti veste .... finchè non sei pronto per girare il mondo alla ricerca di qualcosa di tuo. **
User avatar
alverman
 
Posts: 562
Joined: Sat Jun 12, 2010 6:37 pm

Re: StreamiX Desktop For Mac

Postby Markus Zeppenfeld » Wed Oct 17, 2012 12:49 pm

Hi Alberto,

I have to gather the information for you, as there is no documentation so far ready as an "SDK for StreamiX".
.Net and other Windows applications will not help to built your OSX interface, but I am sure, you will find your way.

I will coma back to you with the desired informations.

Markus
Markus Zeppenfeld
Senior Product Manager, Pandoras Box

"Have you tried turning it off and on again?" (from "The IT Crowd" / channel 4)
Markus Zeppenfeld
 
Posts: 824
Joined: Wed Mar 02, 2011 10:12 am
Location: Cologne - Germany

Re: StreamiX Desktop For Mac

Postby Markus Zeppenfeld » Wed Oct 17, 2012 3:49 pm

Hi again,

is the email you provided here in the forum ok to send you information?
I will send you an example project from VisualBasic.

Hope you will find your way through it.

Markus
Markus Zeppenfeld
Senior Product Manager, Pandoras Box

"Have you tried turning it off and on again?" (from "The IT Crowd" / channel 4)
Markus Zeppenfeld
 
Posts: 824
Joined: Wed Mar 02, 2011 10:12 am
Location: Cologne - Germany

Re: StreamiX Desktop For Mac

Postby alverman » Wed Oct 17, 2012 11:08 pm

Yes, the mail is that of the forum.

Thank you Markus.
PROService -IT
Intel i7 2600K LGA1155
MB P8H67-MLE 16GB
2xSSD 250GB
GTX470
Win 8.1 PRO
Manager STD V6.1
Player PRO V6.1
WDPro V5 2500
** La famiglia ti nutre, ti veste .... finchè non sei pronto per girare il mondo alla ricerca di qualcosa di tuo. **
User avatar
alverman
 
Posts: 562
Joined: Sat Jun 12, 2010 6:37 pm

Re: StreamiX Desktop For Mac

Postby craigreilly » Mon Nov 26, 2012 5:57 pm

alverman wrote:StreamiX Desktop Rev 1 for mac please


this would be great - maybe even for iPad or Android tablet too...
Craig Reilly
American AVC
Scottsdale, AZ
480-596-9880
craigreilly
 
Posts: 29
Joined: Mon Nov 14, 2011 11:22 pm

Re: StreamiX Desktop For Mac

Postby ipanini » Tue Apr 29, 2014 12:47 pm

Hi Alberto, Markus,

Has there been any success with this yet?
We would like to use StreamiX on Mac OS as well.
Can we be of any help?

Thanks a lot!

Erwin
ipanini
 
Posts: 3
Joined: Wed May 08, 2013 4:46 pm

Re: StreamiX Desktop For Mac

Postby pshay » Mon Aug 25, 2014 3:43 pm

Hello,

Joining this thread - I could also use a StreamiX app for Mac to send desktop to PB. That would be very useful. Is this a current project or on the feature list request?

-=Peter Shay
pshay
 
Posts: 29
Joined: Mon Jun 04, 2012 10:48 pm

Re: StreamiX Desktop For Mac

Postby chrisr » Thu Jan 28, 2016 9:52 pm

Markus, would you be willing to share this information that you gave with all of us.

Thanks a bundle!

Chris
Last edited by chrisr on Thu Nov 17, 2016 11:52 pm, edited 1 time in total.
Thank You

ChrisR
SurfacePro3 - 2GHz i5 - 4GB ram - Windows 10 Pro - WD Pro 4.7 Rev2500 and WD v6
Sager Laptop - Intel 2.4GHz i7 3630QM - 16GB ram - Windows 7 Pro Svc Pack1 - Offline Manager v6
chrisr
 
Posts: 143
Joined: Tue Jan 26, 2016 10:50 pm

Re: StreamiX Desktop For Mac

Postby ^nto » Tue Mar 08, 2016 1:21 pm

No News?

There are lot of way to stream mac desktop in Win (like crome remote desktop).. but how can we add this in a PB layer?
3 x Pandoras Box v8
PB WD Pro
^nto
 
Posts: 42
Joined: Sat Dec 06, 2014 1:28 pm
Location: Ferrara


Return to Feature Wishlist V5

Who is online

Users browsing this forum: No registered users and 2 guests

cron