Tagged Questions
The realplayer tag has no wiki summary.
1
vote
2answers
289 views
applescript: set fullscreen of RealPlayer application
I'm in the process of creating a HTPC using my mac mini. I need to be able to start a RealPlayer clip and set it to fullscreen(not maximize window). I've got this so far.
tell application ...
1
vote
1answer
781 views
Disable 'Download This Video' Real Player Button In Browser
Is there any way to disable the "Download This Video" button from RealPlayer. It seems that when users have RealPlayer installed on their machines, it automatically adds a "Download This Video" button ...
1
vote
1answer
784 views
Will using a streaming media server prevent RealPlayer Downloader from downloading FLV videos?
We are delivering FLV video to clients using progressive download. If a computer has real player downloader installed anyone can download these videos. How do we prevent this from happening? If we use ...
1
vote
2answers
842 views
How do I create a playlist for RealPlayer?
I want to create a playlist in RealPlayer through a Perl script to avoid every time opening the ReaPlayer for an audio or video file.
1
vote
1answer
558 views
Alternatives to RealServer (Helix) and Real Player
For years we've been using RealNetworks' Helix server to serve streaming video courses.
It has been a pretty reliable solution up until now.
As of late, our support calls due to RealPlayer issues ...
0
votes
0answers
52 views
Real player video not played within object tag when a https url referred?
Below is code to load video in HTML:
<object id="player" classid="clsid:cfcdaa03-8be4-11cf-b84b-0020afbbccfa" width="320"
height="250" ...
0
votes
1answer
51 views
How to programmatically convert .rm (RealPlayer Media) file to MP3 or another format?
I would like to convert .rm (RealPlayer Media) file to MP3 or another format?
First, I successfully managed that using VLC but the quality was not good. Then I tried the Real Alternative codec with ...
0
votes
0answers
42 views
What's the proper MIME type for a RealPlayer .ram playlist?
I'd like to know what's the most appropriate mime type for a realplayer playlist file. When searching for information about this file type I found the following two types:
audio/vnd.rn-realaudio
...
0
votes
2answers
14 views
Is there a way of disabling then recording of video on a website?
Is there an option or more security features where we can make our videos non downloable i.e. using realplayer record option or other, basically preventing third party apps from recording video on a ...
0
votes
3answers
288 views
supressing RealPlayer download video button
If RealPlayer is isntalled on the user machine, every time the video is played, the button will show up sugegsting the user to download video to a local drive.
How can we supress this button so that ...