Search found 9 matches

Go to advanced search

by pdman
09 Jul 2010 23:16
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

sdp=file:///d:\justintv\vlc.sdp
finnaly, this code does create the SDP file in VLC1.1.0, ty very much!
by pdman
08 Jul 2010 20:56
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

stream_out_rtp error: cannot open file '\\d:\justintv\vlc.sdp' (No such file or directory)

Is probably the issue.
yeah, but to fix it? the code is working on 1.0.5. i think it can be anything with rtp than creating the sdp?
by pdman
06 Jul 2010 14:45
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

add -vvv the 1.1.0 log with my working batch from 1.0.5: -- logger module started -- main debug: using interface module "logger" main debug: TIMER module_need() : 15.000 ms - Total 15.000 ms / 1 intvls (Avg 15.000 ms) main debug: looking for interface module: 1 candidate main debug: using...
by pdman
05 Jul 2010 13:11
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

Can you share the logs? hmm, how i create the logs, let me google EDIT: i used this code for the logs: --extraintf logger --logfile myvlc.log if i start the batch with working sdp path in 1.0.5(works very well): http://666kb.com/i/bknw2mdwdbehf27s9.gif if i start the same batch in 1.1.0(wont work):...
by pdman
04 Jul 2010 16:41
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

Does sdp=d:\justintv\vlc.sdp or sdp=d:/justintv/vlc.sdp work any better? negativ :( EDIT: wont work: sdp=file:///d:\justintv\vlc.sdp wont work: sdp=file:\\d:\justintv\vlc.sdp wont work: sdp=d:/justintv/vlc.sdp wont work: sdp=d:\justintv\vlc.sdp works in 1.0.5 but not in 1.1.0: sdp=file://d:/justint...
by pdman
02 Jul 2010 04:17
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

Re: vlc 1.1.0 doesnt create a sdp file / rtp

use sdp=file:///d:\justintv\vlc.sdp

wont work: sdp=file:///d:\justintv\vlc.sdp
wont work: sdp=file:\\d:\justintv\vlc.sdp

works in 1.0.5: sdp=file://d:/justintv/vlc.sdp
by pdman
01 Jul 2010 18:43
Forum: VLC media player for Windows Troubleshooting
Topic: How do I set VLC Media Player as the Default Player
Replies: 3
Views: 300

Re: How do I set VLC Media Player as the Default Player

rightklick on the file u wish to open always with vlc


open with / standart prog / set ur prog / click the DOT / ready
by pdman
01 Jul 2010 18:35
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 1.1.0 doesnt create a sdp file / rtp
Replies: 15
Views: 3212

vlc 1.1.0 doesnt create a sdp file / rtp

hey guys, im using a code with a batchfile to create a SDP file for RTP: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" d:\justintv\vlc.m3u --sout="#transcode{venc=x264{keyint=128,idrint=2,cabac=0,bframes=0},vcodec=vp6,vb=448,fps=25,scale=0.75,width=640,height=480,deinterlace{deinterla...

Go to advanced search