Search found 17 matches
- Wed May 22, 2013 8:01 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: ffmpeg
- Replies: 15
- Views: 12367
Re: ffmpeg
SparkOut, Do you still have the information on using mplayer? Tried looking for the VX reference but to old to find I guess. Im in windows and use mplayer and ffmpeg/play/server. and want to use mplayer in the stack as an object as you stated in your post from 2007 LOL any help would be awesome. cau...
- Tue May 14, 2013 8:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Beautiful!
Thank you Mark for all your time and help it is greatly appreciated.
Al
Thank you Mark for all your time and help it is greatly appreciated.
Al
- Tue May 14, 2013 7:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Mark, I feel like a complete *** . It seems that in the field properties there were two lines of the IP Address. Hence the error. And now your code works! To that I send you a digital beer of your choice, and raise my glass to you! If I can bug you for one more thing... :) Is there a way to lock my ...
- Tue May 14, 2013 7:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
It reports back "invalid host Address"
but if i swap the [[IpAddress]] in the merge line with the actual address it works.
but if i swap the [[IpAddress]] in the merge line with the actual address it works.
- Tue May 14, 2013 6:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Below is the original working version, below that is the variation you suggested: on mouseUp put field "ipaddy" into IpAddress put "xmlMessage=" & urlEncode("<?xmlversion=" & quote &"1.0" & quote & "?><DeviceRequest><Action>SETFOCUSMODE</Action>" & \ "<Authenticate><Username>admin</Username><Passwor...
- Tue May 14, 2013 5:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Bummer....
Didn't work any other thoughts?
Im still trying different variations...
Thanks
Al
Didn't work any other thoughts?
Im still trying different variations...
Thanks
Al
- Tue May 14, 2013 5:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
I have used this before and it worked: on mouseUp put field "ipaddress" into IpAddress #answer "Video feed will begin shortly..Press OK to continue.." put field "ipaddress" into IpAddress put "rtsp://[[IpAddress]]:8554/main" into MainPath launch merge (MainPath) with "c:/ff/bin/ffplay.exe" end mouseUp
- Tue May 14, 2013 5:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
The "IpAddress" is the Ip address manually added to a field by the user. The XML that is to be sent works on multiple devices (cameras my company makes). This app will be sending this data to different devices based on the address entered by the user. I will have multiple buttons with different func...
- Tue May 14, 2013 4:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Mark and Simon, A new issue has a appeared and I am scratching my head as I have used this in other builds. The below works fine: Post TwoZoom to URL "http://192.168.1.5/cgi-bin/devconfig.cgi" but if I try to: Post TwoZoom to URL "http://[[IpAddress]]/cgi-bin/devconfig.cgi" I get no results.... As b...
- Fri May 10, 2013 8:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Re: Help with XML in variable please.
Mark,
Worked like a charm!
Your the best thank you!
Al
Worked like a charm!
Your the best thank you!
Al
- Thu May 09, 2013 7:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with XML in variable please.
- Replies: 18
- Views: 10634
Help with XML in variable please.
Hello Group, I am trying to send fixed XML/CGI to a webcam but am having no luck. I have researched the web for two days but no go. Maybe some of you could be kind enough to point me in the right direction. This is my HTML version which works fine: <form action="http://10.0.27.232/cgi-bin/devconfig....
- Thu Jan 31, 2013 4:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: video in stack
- Replies: 4
- Views: 2994
Re: video in stack
I agree, being a camera manufacture these limitaions are starting to make me think about using another solution.
Its unfortunate as I really like livecode.
Its unfortunate as I really like livecode.
- Thu Jan 31, 2013 4:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: video in stack
- Replies: 4
- Views: 2994
Re: video in stack
Klaus,
Thanks for the info
Al
Thanks for the info

Al
- Thu Jan 31, 2013 4:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: video in stack
- Replies: 4
- Views: 2994
video in stack
Hi folks,
I currently have a stack using ffplay (part of ffmpeg) to start a video stream.
Using launch to start the ffplay.exe.
This opens the video in a seperate window.
I would like this window to appear in the stack as a video object would..
Any suggestions?
Thanks in advance for your help!
I currently have a stack using ffplay (part of ffmpeg) to start a video stream.
Using launch to start the ffplay.exe.
This opens the video in a seperate window.
I would like this window to appear in the stack as a video object would..
Any suggestions?
Thanks in advance for your help!
- Fri Jan 18, 2013 10:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: cannot use program until tShellCommand is stopped.
- Replies: 4
- Views: 3082
Re: cannot use program until tShellCommand is stopped.
Sturgis that worked!
Thanks so much for your help.
Al
Thanks so much for your help.
Al