[streaming] MPEG-1 streaming Problem

Ariel Fritz duin at tutopia.com
Fri Apr 11 09:57:40 CEST 2003


Hi all

Since I've wanted to stream  MPEG-1 with my vls 0.5.0 to my vlc 0.5.2 
I've got some problems. I'm running my vls on a AMD 1,8 Ghz with a 100 
Mbps lan card and 128 MB RAM on Suse Linux 8.1.
I'm receiving mpeg streaming on another PC with the same features. I 
tested it with .vob files downloaded from vidolan web page and it work 
well.
Any Idea?  Any Help ?

Here the vlc errors:


VideoLAN Client 0.5.2 Natalya
remote control interface initialized, `h' for help
[00000255] main input: playlist item `udp:@:11505'
add udp:@libdvbpsi error (PSI decoder): TS discontinuity (received 13, 
expected 0)
libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 0)
libdvbpsi error (PSI decoder): TS discontinuity (received 5, expected 4)
libdvbpsi error (PSI decoder): TS discontinuity (received 6, expected 4)
libdvbpsi error (PSI decoder): TS discontinuity (received 3, expected 14)
libdvbpsi error (PSI decoder): TS discontinuity (received 4, expected 14)
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 1)
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 1)
libdvbpsi error (PSI decoder): TS discontinuity (received 6, expected 0)
libdvbpsi error (PSI decoder): TS discontinuity (received 6, expected 0)

and my vlc configuration is:

# Archivo de Configuracion VLS (Ejemplo)

#***********************************************************************************
# Configuracion de Logs
#***********************************************************************************

BEGIN "Vls"
  LogFile       = "vls.log"             # log file
  ScreenLog     = "enable"              # log to the console
  SystemLog     = "disable"             # log to the systemlog
END

#***********************************************************************************
# Informacion de seguridad
#***********************************************************************************

# La seccion "Groups" describe que comandos se le permiten usar al grupo.
# Cada usuario que pertenezca al grupo "master" tendra todo el control 
sobre el
# server
# Cada usuario que pertenezca al grupo "monitor" tendra acceso limitado 
al server

BEGIN "Groups"

  monitor       = "help|browse|logout"
  master        = 
"help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"
END

BEGIN "Users"
# La seccion "Users" describe a cada usuario.
# Use "mkpasswd" para generar un password encriptado.

  monitor       = "3BcKWoiQn0vi6:monitor"       # password is 'monitor'
  bozo          = "JKg2TpPerilnw:master"        # password is 'bozo'
#  duin        = ":master"
END

#***********************************************************************************
# Administracion Telnet
#***********************************************************************************

BEGIN "Telnet"
#  Domain        = "Inet6"              # Inet4 or Inet6
  LocalPort     = "9999"                # Port to use for that purpose
  Use = "true"
END

#***********************************************************************************
# Declaracion de fuentes de Streaming
#***********************************************************************************

BEGIN "Inputs"

  local1       = "local"                # Local input example
#  kfir         = "video"               # Video input example (mpeg encoder)
#  dvb          = "dvb"                 # Video input example (DVB card)
END

BEGIN "Input"
  ProgramCount = "4"
END


BEGIN "1"     # MPEG2 stream stored in /home/videolan/streams/Dolby.vob
  Name     = "ch2"
  FileName = "/videolan/video1.vob"
  Type     = "Mpeg2-PS"
END

BEGIN "2"     # another file
  Name     = "ch3"
  FileName = "/videolan/policial.mpg"
  Type     = "Mpeg1-PS"
END

BEGIN "3"    
  Name     = "ch4"
  FileName = "/videolan/city.mpg"
  Type     = "Mpeg1-PS"
END

BEGIN "4"   
  Name     = "ch5"
  FileName = "/videolan/Britney_Spears.mpg"
  Type     = "Mpeg1-PS"
END



#***********************************************************************************
# Declaracion de Canales (salidas) Ip de multicast, clientes, ect
#***********************************************************************************

BEGIN "Channels"
  ch2     = "network"
  ch3     = "network"
  ch4      = "network"
  ch5      = "network"
END

#************************************************************************************
# Configuracion de Canales / Channels configuration
#************************************************************************************

BEGIN "ch2"
  DstHost = "192.168.1.231"
  DstPort = "11502"
END

BEGIN "ch3"                         
  DstHost = "192.168.1.231"
  DstPort = "11503"                 
END


BEGIN "ch4"                       
  DstHost = "192.168.1.231"
  DstPort = "11504"               
END


BEGIN "ch5"      
  DstHost = "192.168.1.231"
  DstPort = "11505"       
END


# Commands automatically lanched on Startup
# Commands shall be like they would be typed in a telnet console.

BEGIN "LaunchOnStartUp"
#  command1 = "start ch2 ch2 local1 --loop"
#  command2 = "start ch3 ch3 local1 --loop"
#  command1 = "start ch4 ch4 local1 --loop"
#  command1 = "start ch5 ch5 local1 --loop"
END


Thank  a lot
Ariel Fritz

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list