Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: I need help getting a simple dvd to stream.

Started 1 month, 1 week ago by jgvicke
I have been using an older version of VLC to stream a DVD from one computer to another over a dedicated network. I have just upgraded to the newest version to get it working in Windows 7, but now my method of streaming doesn't work anymore. I need help getting it set up in the new version. Version 0.8.6i links used: I used this link to open the DVD in drive E: and stream to IP "100.100.100.1" "C...
Site: The VideoLAN Forums  The VideoLAN Forums - site profile
Forum: VLC stream-output (sout)  VLC stream-output (sout) - forum profile
Total authors: 133 authors
Total thread posts: 4 posts
Thread activity: 46 new posts during last week
Domain info for: videolan.org

Other posts in this thread:

c-o-m-m-a-n-d-e-r replied 3 months, 2 weeks ago
Is it possible to give the VLC the option to stream to iphone live streams? I will try it with this open source segmenter code http://svn.assembla.com/svn/legend/segm ... egmenter.c but if it will be possible directly with VLC this would be great thanks a lot!

steveclay replied 3 months, 2 weeks ago
c-o-m-m-a-n-d-e-r: The only two segmenters I know of (other than those already baked into hardware or software products) are the one you mentioned and Apple's beta Media Stream Segmenter, which will only run on Mac OS X (and I think you have to be in the iPhone Developers' Program, although I'm not 100% sure about that). VLC will not do the segmenting. spampizza: Briefly: VLC to capture and ...

pcd replied 3 months, 2 weeks ago
Hello, I transcode media files using vlc streaming to a file on pc. Is it possible to know if the streaming has ended by querying (possibly by Request) ? I give the transcode commands by http. After the streaming ends I need to copy the resulting file to another location. This is why I need to know when the streaming (transcoding) ends without having to look in the pc from time to time. I will...

grass replied 3 months, 2 weeks ago
What do you think of the following idea? 1) Strip the NAL header 2) Monitor the NAL packet type to catch the SPS and PPS packets 3) Send only the video info ( NAL packets 1-5,12 (VCL) ) as an elementary stream inside the TS This way the redundant headers are dropped which should save the network bandwidth and decoding time.

iut_662 replied 3 months, 2 weeks ago
hello every body i have a project that must implement an internet tv. 1. is VLC a good choice for it? 2. we must capture tv channels from satellite via a dvb-s card and broadcast them to LAN, but we want that every client can change channel on her/his pc. is it possible with VLC? plz help me, thanks

j-b replied 3 months, 2 weeks ago
Yes VLC to stream, and minisap server to advertise the channels... Remember that you need ONE DVB card per transponder.

iut_662 replied 3 months, 1 week ago
thanks a lot. did you mean one dvb card per channel? what about if our Favorite channel are in the same frequency ? and how can i embed VLC player in the browser? thank you very much.

moss12 replied 3 months, 1 week ago
configs sh run Building configuration... Current configuration : 1154 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption no service password-recovery ! hostname HO ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 15 ! ! ip cef --More-- ! ! ...

gt4play replied 3 months, 1 week ago
jamart3d wrote: 3. should only want one. You're correct - I only do want one. But suppose my custom application (that invokes VLC via commandline) bombs out unexpectedly in midstream. I now have an instance of VLC still running. Fire up the app, a second instance starts. I suppose these instances should be few and far in between - but there nonetheless. So I need a way of detecting ...

lordnk replied 3 months, 1 week ago
Hey, I was able to get VLC to stream g711 correctly using an sout chain of transcode:rtp. VLC does not seem to read ulaw from file correctly, so a new demux was needed. In fact, VLC demuxes ulaw as standard pcm, so it reads the file completely off-target. Creation of a new FrameInfo type for ulaw at the demux stage allowed to control the incoming byte stream chunk size, which then in turn ...

 

Top contributing authors

Name
Posts
kdh
58
user's latest post:
Receive UDP (ts) stream and send...
Published (2009-12-08 21:16:00)
See my signature.. I do the same thing. The bottom link in my signature should have all the details you need. Click on the "how i use vlc" for more details.
Rémi Denis-Courmont
47
user's latest post:
Password Protected HTTP Stream
Published (2009-12-10 18:57:00)
Err no. The .access file is currently only supported by the HTTP interface, not the HTTP output. Then, you can only use configure user/pass pair.
thannoy
20
user's latest post:
multicast and data loss
Published (2009-12-08 15:39:00)
multicast implies UDP , so unreliable especially over wifi and loaded networks. If another peer send a packet to the wifi AP at the time one of yours is being sent, both packets will be merged and unreadable, they will need to be resent. In fact the same occurs on cabled network and UDP packets are not re-emitted whereas TCP are re-asked by receiver so re-emitted.. A bench will only give an idea. If one day someone use the wifi for a HTTP...
yuer1108
18
user's latest post:
problem: re-encode big size H264...
Published (2009-12-06 16:45:00)
update: I can set QPmin = 10 and QPmax = 25 then transcode to get good result. previous test is default. (10~51).
erotavlas_turbo
13
user's latest post:
VLC: call from C source code
Published (2009-12-09 16:21:00)
i have already tried it but doesn't work. This is my code Code: Select all void exec_ls(char *outputImage) {    char * args[5];    char str[100];    args[0] = "vlc ";    args[1] = "-vv ";    args[2] = outputImage;  ...
j-b
11
user's latest post:
VLC: call from C source code
Published (2009-12-09 15:40:00)
add ' ' around your sout parameters.
jankarlitos
9
user's latest post:
Duplicate/Transcode bug?
Published (2009-12-10 01:00:00)
to complement even more: Now, i'm thinking it is just me... because i'm getting 99% cpu usage... perhaps this is why i'm getting this problems... will try a different machine
forzaphil
8
user's latest post:
Anamorphic on the iPhone
Published (2009-11-24 18:20:00)
I've got a few DVDs that I've ripped in Handbrake and then transcoded in VLC so that they play on the iPhone. Even though the ripped file is physically 720 x 432, when it is adjusted anamorphically, it's 1024 x 432 (or very similar). When I've transcoded the files in VLC I've scaled them to 480 x 270 which would be 16:9 and is my preferred aspect ratio for the iPhone. The trouble is that the iPhone respects the...
kveci
8
user's latest post:
VLC combined with ffmpeg
Published (2009-11-29 15:37:00)
After, compiling vlc 1.0.3, there was no success with ffmpeg, but I can control MPEG4 parameters with : --sout '#transcode{vcodec=h264,venc=x264{profile=high,level=5,etc etc}}:std{access=file,mux=mp4,dst=fg.mp4}' Which was the base idea, after all. However, there are these strange errors when encoding : [0xb7800c48] main input error:ES_OUT_SET_(GROUP_)PCR is called too late, increasing pts_delay to 372 ms [0xb7800c48] main input...
eternal905
8
user's latest post:
mkv soft subs problem very...
Published (2009-12-11 00:55:00)
Been trying to figure this out for days. I really need help trying to get this to soft subs in mvk to work on Client PC, no problems on the server playing. Been trying to figure this out for a few days now. I thought i just had it but then i lost it. I don't know how or what I did. I enabled :sout-all thru the http interface:...

Related threads on "The VideoLAN Forums":

Related threads on other sites:

Thread profile page for "I need help getting a simple dvd to stream." on http://forum.videolan.org. This report page is a snippet summary view from a single thread "I need help getting a simple dvd to stream.", located on the Message Board at http://forum.videolan.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity