|
#1
| |||
| |||
| How can I use this Windows command (for VLC) in OSX Terminal? I've got two computers on a wireless network here at home. I'm trying to screenshare over VLC (http://www.nerdlogger.com/2008/01/st...esktop-as.html) I'm given this command line vlc screen:// :screen-fps=30 :screen-caching=100 --sout '#transcode{vcodec=mp4v,vb=4096,acodec=mpga,ab=256,scale=1,width=1280,height=800}:rtp{dst= 192.168.1.2,port=1234,access=u dp,mux=ts}' but obviously that won't work in terminal. Could someone inform me what the correct input would be to get this to run on OSX? thomasvillarreal is offline Reply With Quote |
|
#2
| ||||
| ||||
| Do you mean "VNC" instead of "VLC"? Could it be as simple as changing your terminal command to "vnc ..."? I thought VLC was a video player.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.5 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
|
#3
| ||||
| ||||
| He's talking about VLC, alright. He's trying to do some media streaming from one computer to another. There should be some preferences that you can access from within the application itself. Just check the preferences for VLC and look for the section on streaming video out to other VLC clients.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#4
| ||||
| ||||
| Assuming you have installed VLC in /Applications try: Code: /Applications/VLC.app/Contents/MacOS/clivlc screen:// etc. |