Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
7a03d566
Commit
7a03d566
authored
Feb 17, 2007
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc fixes. Add link to FlowPlayer.sf.net
parent
83906bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
share/http/flash.html
share/http/flash.html
+6
-4
No files found.
share/http/flash.html
View file @
7a03d566
...
...
@@ -23,12 +23,13 @@ host = document.location.toString().replace( /http:\/\//, '' ).replace( /[:/].*/
<vlc
id=
"include"
param1=
"dialogs/input"
/>
<vlc
id=
"include"
param1=
"dialogs/playlist"
/>
<input
id=
"sout_mrl"
type=
"hidden"
value=
":sout=#transcode{vcodec=FLV1,acodec=mp3,channels=
1,samplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/stream.flv}
"
/>
<input
id=
"sout_mrl"
type=
"hidden"
value=
":sout=#transcode{vcodec=FLV1,acodec=mp3,channels=
2,samplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/stream.flv} :no-sout-keep
"
/>
<div
style=
'height: 100%; width: 100%;'
>
<object
type=
"application/x-shockwave-flash"
data=
"http://flowplayer.sourceforge.net/video/FlowPlayer.swf"
width=
"
100%"
height=
"600px"
id=
"FlowPlayer
"
>
<div
style=
'height: 100%; width: 100%;
text-align: center;
'
>
<object
type=
"application/x-shockwave-flash"
data=
"http://flowplayer.sourceforge.net/video/FlowPlayer.swf"
width=
"
800px"
height=
"600px"
id=
"FlowPlayer"
style=
"z-index: 0
"
>
<param
name=
"allowScriptAccess"
value=
"sameDomain"
/>
<param
name=
"movie"
value=
"http://flowplayer.sourceforge.net/video/FlowPlayer.swf"
/>
<param
name=
"movie"
value=
"/tmp/FlowPlayer.swf"
/>
<!--<param name="movie" value="http://flowplayer.sourceforge.net/video/FlowPlayer.swf" />-->
<param
name=
"quality"
value=
"high"
/>
<!-- <param name="scale" value="noScale" />-->
<param
name=
"wmode"
value=
"transparent"
/>
...
...
@@ -40,6 +41,7 @@ host = document.location.toString().replace( /http:\/\//, '' ).replace( /[:/].*/
// ]]>
</script>
</object>
<p
style=
"font-size: small;"
>
Uses the
<a
href=
"http://flowplayer.sourceforge.net/"
>
Flow Player
</a>
free flash video player for playback (client side).
</p>
</div>
<vlc
id=
"include"
param1=
"dialogs/footer"
/>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment