Re: Streaming video..

2018-01-14 Thread Mike Bonner via use-livecode
Ty!  (both marks!)  I have managed to get vlc working, though not in the
manner I had hoped..

http://192.168.254.3:5004/auto/v7.1?transcode=mobile -- this will tune to
channel 7.1.  (I'll be trying your method momentarily)

It also finally clicked in my noggin that plex will work with the
hdhomerun, and now has the ability to stream live.  Since I already have
freenas set up with plex, I'm using that as my dvr/streamer interface for
now.  I'll definitely be looking into a pi setup too. (I have an orange pi
laying around that i'm not doing anything with)

As for passing a url that will work with vlc to the player object instead,
no joy getting that to work so far.

On Sun, Jan 14, 2018 at 10:22 AM, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 01/13/2018 12:45 PM, Mike Bonner via use-livecode wrote:
>
>> Quick question.. I'm attempting to write a program to work with my
>> hdhomerun (networked tv streamer) and think i'm on track.. However, i'm
>> not
>> sure if its possible to tell the player to open a udp connection on port
>> 5000 and wait for the stream to come in. (apparently, I need to have it
>> ready to receive before I send the command to the hdhr)  Will the player
>> do
>> this?  If not I'll probably end up using vnc as my player, but it would
>> sure be nice to have an all LC solution.  (maybe I can use the browser
>> widget.. hmmm.  )
>>
>
> I pipe my hdhomerun through a raspberry pi running osmc as my dvr. The
> hdhomerun box itself has open-source drivers, if that helps you out.
>
> https://www.silicondust.com/hdhomerun/hdhomerun_development.pdf
> https://github.com/mharsch/node-hdhomerun
> https://github.com/kodi-pvr/pvr.hdhomerun
>
> If I connect to the pi over the osmc web interface I can use a RESTful
> connection over vlc to view live or saved videos. The format is
>
> http://192.168.0.99/stream/channel/?ticket=
>
> I don't know what you're trying to accomplish, but the easiest (and fun)
> thing might be to put a pi on the network, use the hdhomerun driver for
> osmc, and let it do the heavy lifting for you.
>
> --
>  Mark Wieder
>  ahsoftw...@gmail.com
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video..

2018-01-14 Thread Mark Wieder via use-livecode

On 01/13/2018 12:45 PM, Mike Bonner via use-livecode wrote:

Quick question.. I'm attempting to write a program to work with my
hdhomerun (networked tv streamer) and think i'm on track.. However, i'm not
sure if its possible to tell the player to open a udp connection on port
5000 and wait for the stream to come in. (apparently, I need to have it
ready to receive before I send the command to the hdhr)  Will the player do
this?  If not I'll probably end up using vnc as my player, but it would
sure be nice to have an all LC solution.  (maybe I can use the browser
widget.. hmmm.  )


I pipe my hdhomerun through a raspberry pi running osmc as my dvr. The 
hdhomerun box itself has open-source drivers, if that helps you out.


https://www.silicondust.com/hdhomerun/hdhomerun_development.pdf
https://github.com/mharsch/node-hdhomerun
https://github.com/kodi-pvr/pvr.hdhomerun

If I connect to the pi over the osmc web interface I can use a RESTful 
connection over vlc to view live or saved videos. The format is


http://192.168.0.99/stream/channel/?ticket=

I don't know what you're trying to accomplish, but the easiest (and fun) 
thing might be to put a pi on the network, use the hdhomerun driver for 
osmc, and let it do the heavy lifting for you.


--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video..

2018-01-14 Thread Mark Waddingham via use-livecode
IIRC, the engine passes 'proper urls' straight through to the OS framework - so 
if the URL plays in a browser then it should probably work in the engine.

If it doesn't, but does in a browser then you could try using a browser widget 
instead of a player?

Mark.

Sent from my iPhone

> On 13 Jan 2018, at 20:45, Mike Bonner via use-livecode 
>  wrote:
> 
> Quick question.. I'm attempting to write a program to work with my
> hdhomerun (networked tv streamer) and think i'm on track.. However, i'm not
> sure if its possible to tell the player to open a udp connection on port
> 5000 and wait for the stream to come in. (apparently, I need to have it
> ready to receive before I send the command to the hdhr)  Will the player do
> this?  If not I'll probably end up using vnc as my player, but it would
> sure be nice to have an all LC solution.  (maybe I can use the browser
> widget.. hmmm.  )
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video in a multi platform application

2012-04-24 Thread paolo mazza
François,
very nice video.
I agree on the MPEG 4 format for best compatibility given the fact
that HTML5 (iOS),  flash player  and quicktime player accept this
format.
So, as far as the browser are concerned, you can use this format to
broadcast a video (also in streaming ) to all the platforms.
But how can I manage video streaming in a LC application in the most
relevant platforms?
I know there is a specific library for iOS and it is supposed to work fine.
What about the Mac and PC-Windows platforms?
It seems to me that the video player of LC does not manage MPEG 4
video streaming.
Then, what about  windows PC without quicktime?
Thank you all,
Paolo


2012/4/23 François Chaplais :
> It also plays on the iPhone (I just checked)
> F.
> Le 23 avr. 2012 à 22:13, Paolo Mazza a écrit :
>
>> Hi Mark,
>> Unfortunately most of win-pc have not Quick Time. Any other solution?
>> All the best
>> Paolo
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video in a multi platform application

2012-04-23 Thread François Chaplais
It also plays on the iPhone (I just checked)
F.
Le 23 avr. 2012 à 22:13, Paolo Mazza a écrit :

> Hi Mark,
> Unfortunately most of win-pc have not Quick Time. Any other solution?
> All the best
> Paolo 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video in a multi platform application

2012-04-23 Thread François Chaplais
my son is a student in 3D and video effects, and his teachers advise the 
students to export their video to .mp4 format for best compatibility, which is 
I think MPEG 4 without the quicktime embedding. The following movie has been 
finalized on windows and plays fine in Safari on my mac. Give it a try for 
testing if you like.
http://www.graphisme-chaplais.fr/Graphisme_Chaplais/Videos_files/Atelier_Demo_1.mp4
I realize this is not streaming in the strict sense, but the remark on file 
format should hold.
Best,
François
Le 23 avr. 2012 à 22:13, Paolo Mazza a écrit :

> Hi Mark,
> Unfortunately most of win-pc have not Quick Time. Any other solution?
> All the best
> Paolo 
> 
> Il giorno 23/apr/2012, alle ore 17:59, Mark Schonewille 
>  ha scritto:
> 
>> Hi Paolo,
>> 
>> I don't know what is "best", but the rtsp protocol with a video format that 
>> QuickTime understands works fine on Mac and Windows, provided that QuickTime 
>> is installed.
>> 
>> I would expect this to work on iOS as well but I haven't tried that with LC 
>> yet.
>> 
>> --
>> 
>> Economy-x-Talk
>> Consultancy and Software Engineering
>> http://economy-x-talk.com
>> 
>> Download Color Converter at http://www.color-converter.com
>> 
>> Op 23-apr-2012, om 17:37 heeft paolo mazza het volgende geschreven:
>> 
>>> What's the best solution in LiveCode to show  Streaming Videos ?
>>> Consider an application  (for Mac, Windows and Mobile) with a
>>> player/window to show videos coming from a Streaming Server.
>>> 
>>> The iOS video player is reliable?
>>> How can I show videos in a Windows and MAC applications ?
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video in a multi platform application

2012-04-23 Thread Paolo Mazza
Hi Mark,
Unfortunately most of win-pc have not Quick Time. Any other solution?
All the best
Paolo 

Il giorno 23/apr/2012, alle ore 17:59, Mark Schonewille 
 ha scritto:

> Hi Paolo,
> 
> I don't know what is "best", but the rtsp protocol with a video format that 
> QuickTime understands works fine on Mac and Windows, provided that QuickTime 
> is installed.
> 
> I would expect this to work on iOS as well but I haven't tried that with LC 
> yet.
> 
> --
> 
> Economy-x-Talk
> Consultancy and Software Engineering
> http://economy-x-talk.com
> 
> Download Color Converter at http://www.color-converter.com
> 
> Op 23-apr-2012, om 17:37 heeft paolo mazza het volgende geschreven:
> 
>> What's the best solution in LiveCode to show  Streaming Videos ?
>> Consider an application  (for Mac, Windows and Mobile) with a
>> player/window to show videos coming from a Streaming Server.
>> 
>> The iOS video player is reliable?
>> How can I show videos in a Windows and MAC applications ?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Streaming video in a multi platform application

2012-04-23 Thread Mark Schonewille

Hi Paolo,

I don't know what is "best", but the rtsp protocol with a video  
format that QuickTime understands works fine on Mac and Windows,  
provided that QuickTime is installed.


I would expect this to work on iOS as well but I haven't tried that  
with LC yet.


--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com

Download Color Converter at http://www.color-converter.com

Op 23-apr-2012, om 17:37 heeft paolo mazza het volgende geschreven:


What's the best solution in LiveCode to show  Streaming Videos ?
Consider an application  (for Mac, Windows and Mobile) with a
player/window to show videos coming from a Streaming Server.

The iOS video player is reliable?
How can I show videos in a Windows and MAC applications ?

All the best
Paolo




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode